RezumAI is an intelligent web application that analyzes resumes using AI to provide personalized feedback, job-role recommendations, and skill-gap insights — helping job seekers build ATS-friendly resumes and discover roles that truly match their profile.
|
|
|
|
| Layer | Technologies |
|---|---|
| 🎨 Frontend | HTML5, CSS3, JavaScript, Bootstrap |
| ⚙️ Backend | Python · Flask Framework |
| 🗄️ Database | SQLite / MySQL |
| 🤖 AI Model | OpenAI GPT — Resume analysis & job recommendations |
| 🛠️ Other Tools | Flask-Babel · Jinja2 Templates · Pandas |
git clone https://github.com/lintothoppil/rezum_ai.git
cd rezum_aipython -m venv venv
# 🪟 Windows
venv\Scripts\activate
# 🐧 Linux / 🍎 Mac
source venv/bin/activatepip install -r requirements.txtCreate a .env file in the project root:
OPENAI_API_KEY=your_api_key_here
FLASK_ENV=development
SECRET_KEY=your_secret_key_herepython app.py🌐 Visit
http://127.0.0.1:5000in your browser
rezum_ai/
│
├── 🐍 app.py ← Flask application entry point
│
├── 🎨 static/ ← CSS, JS, and assets
│
├── 🖼️ templates/
│ ├── base.html ← Shared layout & nav
│ ├── dashboard.html ← User/admin dashboard
│ ├── landing.html ← Home/marketing page
│ └── register.html ← Auth flow
│
├── 📁 uploads/ ← User-uploaded resume files
├── 🔄 migrations/ ← DB schema migrations
├── 🌐 translations/ ← EN · HI · ML locale files
│
├── 📄 requirements.txt ← Python dependencies
├── 🔒 .gitignore
└── 📘 README.md
| Roadmap Item | Status |
|---|---|
| 🔗 LinkedIn integration for automatic profile import | 🔜 Planned |
| 🎨 AI-based resume formatting suggestions | 🔜 Planned |
| ☁️ Cloud storage for saved resumes | 🔜 Planned |
| 👥 Multi-user authentication with role management | 🔜 Planned |
| 👤 | Linto Joy Thoppil |
| 💼 | RezumAI — Smart Resume & Job Role Assistant |
| 📩 | [email protected] |
| 🐙 | github.com/lintothoppil |
Built to help every job seeker put their best foot forward.
