Resume-Docs-Based-RAG-LLM is a system combining Retrieval-Augmented Generation (RAG) with LLMs to extract, retrieve, and generate insights from resumes and documents. Ideal for HR and document analysis, it supports smart search, contextual responses, and seamless integration into workflows.
- Document Analysis: Extract insights from resumes and documents
- Smart Search: Retrieve relevant information quickly
- Contextual Responses: Generate responses based on context
- Workflow Integration: Seamlessly integrate into existing workflows
- Replace the
HF_TOKEN
andNGROK_AUTHTOKEN
- Run the notebook and the server will be up and running
- Copy the ngrok link and use it in the frontend
- Clone the repository
git clone https://github.com/Priyanshu-hawk/Resume-Docs-Based-Rag-LLM
cd Resume-Docs-Based-Rag-LLM
- Install the required packages
pip install -r requirements.txt
- Run the application
streamlit run web.py
- Open http://localhost:8501 in your browser
- Enter the ngrok link in the frontend
- Upload a resume or document
- Click enter to extract insights
- View the extracted insights
- Chat back and forth with the system