Spaces:
Build error
Build error
| # 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 | |