LICENSE
MIT License
Copyright (c) 2024 JobFit Analyzer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
JobFit Analyzer is an AI-powered web application that revolutionizes the recruitment process by automatically analyzing job descriptions and candidate resumes. Built with Streamlit and leveraging advanced embedding techniques, it provides instant similarity scores and interactive Q&A capabilities to help recruiters make informed decisions.
-
📄 Smart Document Processing
- Upload and analyze Job Description PDFs
- Process multiple candidate resumes
- Automatic embedding computation
-
🔍 Advanced Analysis
- Real-time similarity scoring
- Multiple query modes for comprehensive analysis
- RAG-prompt integration for intelligent responses
-
⚡ Performance Optimization
- Efficient session management
- Single-pass processing
- Optimized data reuse
- Python 3.7+
- Git
- OpenAI API key
- Clone the repository:
git clone https://github.com/Siddhant231xyz/jobfit-analyzer.git
cd jobfit-analyzer
- Set up virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
echo "OPENAI_API_KEY=your_api_key_here" > .env
- Start the application:
streamlit run app.py
- Open your browser and navigate to
http://localhost:8501
For detailed documentation, please visit our Wiki.
jobfit-analyzer/
├── app.py # Main Streamlit application
├── requirements.txt # Project dependencies
├── code.py # The Basic code without GUI
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Add support for more document formats
- Implement batch processing
- Add advanced analytics dashboard
- Integrate with ATS systems
- Add multi-language support
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenAI for their powerful embedding models
- Streamlit team for the amazing framework
- All our contributors and supporters