Resume War is a Flask application with Mira Flows Network inplementation meant to utilize the power of LLMs to parse, analyze, rate, improve and compare Resumes/CVs.
Mira Flows SDK is a powerful Python toolkit that enables developers to programmatically create, manage, and deploy AI-powered flows. Here, we're using one such custom built flow meant to analyse a JSONified resume and return remarks, reccomendations and most importantly, scores. The score is parsed and stored within the Leaderboard thus allowing user to understand their strengths and shortcomings. Users can choose to preview reviews of people ranked above them to understand what next steps are to be taken to grow and learn beyond!
To run this repository, you will require "MIRA_API_KEY". Head along to https://flows.mira.network and put it in your .env file (as shown in .env.example).
- Mira Analysis and Rating
- Signup / Login Portal
- Concept Leaderboard
-
Install dependencies
pip install -r requirements.txt
-
Run app.py
flask run
-
Access the app
http://localhost:5000/
If you like this project, please give us a star! ⭐