Welcome to NeuroCV, an advanced AI-driven resume analyzer built with FastAPI and Python. This project is designed to extract, analyze, and interpret key resume details, making it an essential tool for recruiters, HR professionals, and job seekers looking to optimize their resumes.
- Evaluate the relevance of a resume.
- Provide actionable insights for resume optimization.
- Supports only PDF format for document parsing and analysis.
This project is practical for real-world use and serves as a great learning resource for developers exploring AI and FastAPI.
To install and set up NeuroCV, follow these steps:
- Clone the repository:
git clone https://github.com/Jeszter/NeuroCV.git
- Navigate to the project directory:
cd NeuroCV - Install dependencies:
pip install -r requirements.txt
- Create a
.envfile and add necessary API keys (if required for Google Generative AI or other integrations).
- FastAPI - High-performance API framework.
- Uvicorn - ASGI server for running FastAPI applications.
- python-multipart - Handling file uploads.
- Google Generative AI - AI-powered resume analysis.
- PyMuPDF - PDF parsing and processing.
- python-dotenv - Environment variable management.
- Axios - HTTP client for making API requests.
Enhancing Resume Analysis with AI – NeuroCV 📄🤖




