Skip to content

divyansh-pathak129/Workify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Workify

Workify is an AI-powered employment assistant tool that helps companies identify the most suitable candidates using advanced artificial intelligence. It streamlines the hiring process by intelligently analyzing resumes and job descriptions to surface top talent quickly and efficiently.


🚀 Features

  • 📄 AI-based resume parsing and understanding
  • 🎯 Smart candidate-job matching using Google Gemini
  • 📊 Automatic candidate ranking based on relevance
  • ⏱️ Saves time and boosts accuracy for HR teams

🛠️ Tech Stack

  • Frontend: React.js
  • Backend: Node.js
  • AI Integration: Google Gemini
  • Built For: BITS Goa Hackathon — February 2025

📦 Getting Started

1. Clone the repository

git clone https://github.com/divyansh-pathak129/Workify
cd workify

2. Install dependencies

cd server
npm i
cd ..
cd client
npm i

3. Setup Environment Variables

Create a .env file in the root directory and add your credentials:

cd server
GEMINI_API_KEY=your_google_gemini_api_key
MONGO_URI=5000

4. Run the development server

cd server
npm run dev
cd ..
cd client
npm start

💡 Example Use Case

  1. Upload a list of candidate resumes.
  2. Input a job description.
  3. Get a ranked list of the top-matching candidates in seconds.

🤝 Contributing

Contributions, ideas, and bug reports are always welcome!
Open an issue or create a pull request to get involved.


📄 License

This project is licensed under the MIT License.


Made by Divyansh Pathak, Arunav Choudhary & Saharsh Banbheru on 💻 + ☕ at BITS Goa Hackathon 2025

About

Workify is an AI-powered employment assistant tool that helps companies identify the most suitable candidates using advanced artificial intelligence. It streamlines the hiring process by intelligently analyzing resumes and job descriptions to surface top talent quickly and efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors