vedaco commited on
Commit
64022af
ยท
verified ยท
1 Parent(s): 5740a72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -12
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
- A conversational AI assistant for programming that can:
15
- - Chat naturally about programming
16
- - Write Python code
17
- - Explain programming concepts
18
- - Answer questions
19
- - Learn from user feedback
20
 
21
- ## Features
22
- - Transformer-based language model
23
- - Conversation memory
24
- - Continuous learning from feedback
25
- - Code generation with syntax highlighting
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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**