A simple Streamlit dashboard to visualize your LeetCode progress and get AI-based coding recommendations using OpenAI.
- 📊 Displays total attempts, accepted problems, and accuracy
- 📈 Charts showing difficulty-level distribution
- ⏱️ Time analysis of solved questions
- 🧠 AI-based recommendation (optional with OpenAI API key)
- Python
- Streamlit
- Pandas
- Matplotlib / Seaborn
- OpenAI API
Follow these steps to run this project on your system:
- Activate your environment
venv\Scripts\activate