Description:
ResumAI is a web-based AI-powered resume builder that generates professional resumes with suggestions using OpenAI API. Users can preview resumes and download them as PDFs.
Tech Stack:
- Python, Flask
- HTML, CSS, JavaScript
- OpenAI API
- pdfkit for PDF downloads
Features:
- AI-powered resume generation
- Live resume preview
- Download resumes as PDF
- Clean and responsive interface
Setup Instructions:
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt - Set your OpenAI API key:
export OPENAI_API_KEY='your_key'(Linux/Mac) orsetx OPENAI_API_KEY "your_key"(Windows) - Run the app:
python app.py - Open
http://127.0.0.1:5000/in your browser.