About | Features | Technologies | Requirements | Starting | License | Author
Describe your project
Before starting 🏁, you need to have Git and Node installed.
# 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>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Kevin Campos
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.