A full-stack AI-powered web app to help you generate, edit, score, and track job-ready resumes β plus search for real jobs and apply directly.
- β Resume Upload (PDF parsing & autofill)
- β AI Resume Generation using LLM
- β ATS Scoring + Feedback
- β Resume Editing with Download (PDF, TXT)
- β Versioning with Tags + Rename
- β Real-time Job Search via API (title, location, type)
- β Job Matching Score + Apply Tracking
- β Cover Letter Autofill + Manual Writing
- β Mobile Responsive + Dark Mode
- β Toasts, Loading Spinners, Favicon, Footer
Frontend
- React + Tailwind CSS
- LocalStorage for resume state
- Toast notifications for UX polish
Backend
- Flask API (Ollama LLM for resume generation/scoring)
- MongoDB Atlas for user + resume storage
- PDF resume parsing + text processing
Integrations
- JSearch (RapidAPI) for real-time job listings
- Resume match scoring AI-calculated
git clone https://github.com/Sashank006/Resuume-AI-Copilot.git
cd your-repo-name## 2. Install frontend dependencies
npm install
npm start## 3. Backend Flask
cd backend
pip install -r requirements.txt
python app.pyπ Deployment Notes Move API keys to .env
Proxy your RapidAPI key in backend
Deploy frontend via Vercel/Netlify
Deploy backend via Render/Railway
Use MongoDB Atlas (already done β )
The AI backend is currently inactive because my free credits expired. The full code and architecture are implemented, and the system can be re-activated instantly with valid API tokens