Skip to content

"AI-Powered Resume Screener built with FastAPI, PostgreSQL, and OpenAI. This project leverages AI to evaluate and analyze resumes, providing insights and recommendations. The system features a FastAPI backend, PostgreSQL database for reviewing resumes.

License

Notifications You must be signed in to change notification settings

48Naveenkumar/AI-Powered-Resume-Screener-FastAPI-PostgreSQL-OpenAI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 AI-Powered Resume Screener using FastAPI, PostgreSQL & OpenAI 🚀 Streamline Resume Screening with AI & Automation

📌 Project Overview This project is an AI-powered resume screening system that leverages FastAPI, PostgreSQL, and OpenAI to automate and enhance the hiring process. It helps recruiters quickly analyze resumes, extract key information, and shortlist candidates efficiently.

📸 Screenshots

🛠️ Tech Stack

File Structure


🛠️ Setup & Installation 1️⃣ Clone the Repository: git clone https://github.com/Naveensmart48/AI-Powered-Resume-Screener-FastAPI-PostgreSQL-OpenAI-.git cd AI-Powered-Resume-Screener


2️⃣ Create a Virtual Environment python -m venv venv source venv/bin/activate # Mac/Linux venv\Scripts\activate # Windows


Install Dependencies pip install -r requirements.txt


Set Up Environment Variables Create a .env file and add: OPENAI_API_KEY=your_openai_api_key_here
DATABASE_URL=postgresql://user:password@localhost:5432/resumedb


Run the Server uvicorn main:app --reload


API will be available at: http://127.0.0.1:8000 🚀

About

"AI-Powered Resume Screener built with FastAPI, PostgreSQL, and OpenAI. This project leverages AI to evaluate and analyze resumes, providing insights and recommendations. The system features a FastAPI backend, PostgreSQL database for reviewing resumes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published