# AI_Resume_Analyzer Streamlit app to analyze resumes using OpenRouter AI built for HackaTime Summer of Making 🚀

🚀 Try it live: [AI Resume Analyzer](https://airesumeanalyzer-dijnra5bmvfnqjdkndbf5v.streamlit.app/) # ***✨ Features***
1) You can Upload your resume in PDF or TXT format
2) Optionally specify your target job role
3) Uses OpenRouter AI to analyze:
- Content clarity & structure
- Skills presentation
- Experience descriptions
- Specific suggestions based on job role
# ***📸 Demo***
### 💻 Want to Run Locally? Here's How: ### 1. Clone the repo
```bash git clone https://github.com/vyshalip26/AI_Resume_Analyzer.git cd ai-resume-analyzer ``` ### 2. Create and activate a virtual environment ```bash python -m venv .venv .\.venv\Scripts\activate # for Windows # source .venv/bin/activate # for Mac/Linux ``` ### 3. Install the dependencies: ```bash pip install -r requirements.txt ``` ### 4. Create a `.env` file and add your API key: ```bash OPENROUTER_API_KEY=your_api_key_here ``` ### 5. Run the app: ```bash streamlit run main.py ``` # ***📦 Tech Stack***
- Python - Streamlit - OpenRouter AI API - PyPDF2 - dotenv # How was AI used in the project? I used AI ChatGPT throughout my development journey — it guided me step-by-step in writing Python and Streamlit code, debugging errors, integrating OpenRouter's API, and handling virtual environments. AI also helped me structure my README, fix Markdown formatting, manage .env files securely, and finally upload the entire project to GitHub successfully. # Conclusion Participating in HackaTime Summer of Making has been an incredible experience. It gave me the motivation to learn new tools like Streamlit, OpenRouter AI, and GitHub — and to actually build something meaningful from scratch. With the help of AI and the support of the Hack Club community, I was able to bring my project to life and gain hands-on experience in building and deploying real-world applications. Huge thanks to the HackaTime team for organizing this amazing initiative — it truly sparked my creativity and helped me grow as a developer. Looking forward to learning and building more! 💻✨