Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,19 +7,43 @@ sdk: gradio
|
|
| 7 |
sdk_version: 6.2.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Veda Programming Assistant
|
| 13 |
|
| 14 |
-
|
| 15 |
-
- Chat naturally about programming
|
| 16 |
-
- Write Python code
|
| 17 |
-
- Explain programming concepts
|
| 18 |
-
- Answer questions
|
| 19 |
-
- Learn from user feedback
|
| 20 |
|
| 21 |
-
##
|
| 22 |
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
sdk_version: 6.2.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: "3.10"
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# ๐๏ธ Veda Programming Assistant
|
| 14 |
|
| 15 |
+
An AI-powered programming assistant that helps you write code, learn programming concepts, and solve problems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
## โจ What I Can Do
|
| 18 |
+
|
| 19 |
+
- ๐ฌ **Chat** - Ask me anything about programming
|
| 20 |
+
- ๐ป **Write Code** - I'll generate Python code for you
|
| 21 |
+
- ๐ **Explain Concepts** - Learn about functions, classes, algorithms, and more
|
| 22 |
+
- ๐งฎ **Solve Math** - Calculate expressions like `2+2=?`, `10*5`, etc.
|
| 23 |
+
- ๐ง **Debug Help** - I can help fix your code
|
| 24 |
+
|
| 25 |
+
## ๐ Example Questions
|
| 26 |
+
|
| 27 |
+
- "Hello! What can you do?"
|
| 28 |
+
- "What is Python?"
|
| 29 |
+
- "Write a function to calculate factorial"
|
| 30 |
+
- "Explain recursion"
|
| 31 |
+
- "Write a bubble sort algorithm"
|
| 32 |
+
- "What is the difference between list and tuple?"
|
| 33 |
+
- "2+2=?"
|
| 34 |
+
|
| 35 |
+
## ๐ฏ How To Use
|
| 36 |
+
|
| 37 |
+
1. Type your question in the chat box
|
| 38 |
+
2. Click **Send** or press Enter
|
| 39 |
+
3. Rate responses with ๐ or ๐ to help me improve
|
| 40 |
+
|
| 41 |
+
## ๐ก Tips
|
| 42 |
+
|
| 43 |
+
- Be specific with your questions
|
| 44 |
+
- Ask follow-up questions if needed
|
| 45 |
+
- Rate responses to help me learn
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
**Made with โค๏ธ by Vedaco**
|