A Streamlit-based AI chatbot that helps you learn Data Structures and Algorithms (DSA) by answering your questions with clear explanations and Python code examples. Powered by Groq API (LLaMA 3).
๐ Live App: [Click here] (https://dsainstructor-bot.streamlit.app/)
- Ask questions about DSA topics like Arrays, Trees, Sorting, Recursion, Time Complexity, etc.
- Answers include explanations and Python code snippets
- Built using Streamlit + Groq API
- Clean chat-style interface
git clone https://github.com/Sami21234/DSA_Instructor.git
cd DSA_Instructorpip install -r requirements.txt