Skip to content

rohitkumar41/NextHire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 NextHire – AI-Powered Recruitment Assistant

🔍 Empowering companies and candidates through intelligent, efficient, and inclusive hiring powered by GenAI.

NextHire is an AI-driven hiring platform that simplifies and accelerates the recruitment process. Built with the goal of bridging the gap between great talent and the right opportunities, it uses GenAI to assist in resume parsing, candidate-job matching, and conversational recruitment via smart assistants.


📌 Features

  • AI Resume Parsing – Automatically extracts relevant candidate information.
  • 🎯 Smart Job Matching – Matches based on skillsets, experience, and fit.
  • 💬 GenAI Chatbot Assistant – Enables recruiters to search, shortlist, and engage using natural language.
  • 📊 Visual Dashboards – Real-time insights into applicants, hiring trends, and progress.
  • 🔐 Secure and Scalable – Designed with modern cloud and security standards.

🛠️ Tech Stack

Layer Tools & Frameworks
Frontend HTML, CSS, JavaScript (or React)
Backend Python, Flask (or Django/FastAPI)
AI/ML OpenAI GPT, Scikit-learn, Pandas
Database PostgreSQL or MongoDB
DevOps Git, GitHub, Docker (optional)

📂 Folder Structure

NextHire/ │ ├── assets/ # Images, logos ├── src/ # Core source code │ ├── backend/ # Backend logic and APIs │ └── frontend/ # Frontend UI files ├── requirements.txt # Python dependencies ├── README.md # This file └── .gitignore # Ignored files


📸 Screenshots

  • 📄 Resume Upload Screen
  • 🤖 Chat with Recruiter Bot
  • 📈 Insights Dashboard

🧠 How It Works

  1. 📝 Candidate uploads resume
  2. 🧠 AI parses and evaluates the content
  3. 🎯 Matches are recommended using NLP + ML
  4. 💬 Recruiters interact via Chat Assistant
  5. 📈 Analytics available through the dashboard

🧪 Getting Started Locally

# Clone the repo
git clone git@github.com:itzerohit/NextHire.git
cd NextHire

# Create virtual environment (Linux/macOS)
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the application
python app.py

🤝 Contributing
Want to improve NextHire? Here's how:

Fork this repo

Create your feature branch (git checkout -b feature-name)

Commit your changes (git commit -m 'Add feature')

Push to the branch (git push origin feature-name)

Open a Pull Request


📬 Contact
Rohit Kumar
📧 Email: thepowerfulrohit1250@gmail.com
🔗 GitHub: github.com/itzerohit

🌟 Show Your Support
If you found this helpful, consider giving a ⭐️ to the repo and sharing it with others who care about AI in hiring!


## 📄 License

This project is licensed under the [MIT License](./LICENSE).

Releases

No releases published

Packages

 
 
 

Contributors