An application to detect whether an uploaded file is a resume based on its content.
The Resume Detector App is designed to analyze text content in various file formats, such as PDF, DOCX, and TXT, to determine if it contains information typically found in a resume.
- File format support: PDF, DOCX, TXT
- Detection of resume-related keywords , and parser
- Frontend: React JS
- Frameworks: Flask (Rendering), Django (Backend)
- Database: MongoDB
To set up the Resume Detector App locally, ensure you have the following prerequisites installed:
Follow these steps to install and run the application:
-
Clone the repository:
git clone https://github.com/your-username/ResumeDetector.git cd ResumeDetector
-
Create a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
.\venv\Scripts\activate
-
On macOS/Linux:
source venv/bin/activate
-
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and navigate to http://localhost:5000/.
Now, you're ready to use the Resume Detector App locally. Upload a file using the provided form to check if it is a resume.
To use the application, follow the steps outlined in the Installation section. Once the application is running, open your web browser and navigate to http://localhost:5000/. Upload a file using the provided form to check if it is a resume.
This project is licensed under the MIT License.