LangBuddy / src /README.MD
sailadachetansurya
stream lit changes first commit
30837f6
raw
history blame contribute delete
626 Bytes
# LangBuddy
LangBuddy is an AI-powered web application built with Streamlit that helps users improve their English language skills while learning computer science concepts.
## πŸš€ Features
- AI Conversation Buddy
- Vocabulary & Grammar Quizzes
- Coding Tutor Assistant
- Writing Prompt Evaluator
- Mini-games for active learning
## πŸ”§ Tech Stack
- Python
- Streamlit
- OpenAI GPT (LLM Integration)
- Hugging Face Transformers
- Pandas, NumPy, scikit-learn
## πŸ›  Setup Instructions
```bash
git clone https://code.swecha.org/yourusername/langbuddy.git
cd langbuddy
pip install -r requirements.txt
streamlit run app.py