Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.33 KB

README.md

File metadata and controls

74 lines (45 loc) · 2.33 KB

AI Resume Analyzer

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Describe your project

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project

$ git clone https://github.com/kvncampos/ai-resume-analyzer

# Access
$ curl -LsSf https://astral.sh/uv/install.sh | sh

# Create Virtual Environment
$ uv venv

# Run the project
$ uv run streamlit run app/app.py

# The server will initialize in the <http://localhost:8501>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Kevin Campos

 

Acknowledgments

This project was inspired by the article Amina Javaid "Building an End-to-End RAG Application Using LangChain: A Resume Analysis Tool" the article provided valuable insights into creating resume analysis tools using LangChain, which served as a foundation for this implementation.

Back to top