🚀 AI-powered resume parser that extracts text from resumes and provides real-time GPT feedback for job readiness.
# | Project Name | Description | Repository Link |
---|---|---|---|
✅ 1 | Resume Parser GPT | Extracts info from resumes + GPT feedback | View Repo |
🧠 2 | PDF RAG Chatbot | Chat with PDF using LangChain + GPT | View Repo |
- 🧠 Extracts Name, Email, and Phone from PDF resumes
- ✍️ Generates AI feedback using OpenAI GPT
- 💻 Clean Streamlit interface
- 🔧 Easy to extend or customize
📌 (To be added after OpenAI API subscription)
A screenshot of the working app will appear here once the API key is active.
# 1. Clone the repository
git clone https://github.com/Vsandeep-ai-dev/jaai-llm-engineer-projects.git
# 2. Navigate to the project folder
cd jaai-llm-engineer-projects
# 3. Install dependencies
pip install -r requirements.txt
# 4. Run the Streamlit app
streamlit run app.py