An AI-powered interview preparation platform built using Machine Learning, Streamlit, and Groq LLM.
- Predicts total interview rounds
- Predicts interview difficulty
- Predicts interview round flow
- Recommends interview topics
- Generates AI-powered interview questions
- Interactive Streamlit web application
- Python
- Pandas
- Scikit-learn
- Streamlit
- Groq API
- Joblib
pip install -r requirements.txt
streamlit run app.pyCreate a .env file:
GROQ_API_KEY=your_api_key
Yash Raygade