This is a simple Flask application that allows users to upload a resume in PDF or DOCX format, processes the uploaded file to extract resume details using Google Generative AI, and fills a form with the extracted data.
- Clone the repository:
git clone <repository_url>
- Change to the project directory:
cd project - Install the required dependencies:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Open your web browser and go to
http://127.0.0.1:5000to access the form.
app.py: The main Flask application file.resume.json: The JSON file containing the resume data.templates/: The directory containing HTML templates.static/: The directory containing CSS and JavaScript files.
- Upload a PDF or DOCX resume.
- Process the uploaded resume using Google Generative AI.
- Fill a form with the extracted data.
- Display a loading screen during processing.