Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,25 @@ tags:
|
|
10 |
pinned: false
|
11 |
short_description: Streamlit template space
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Welcome to Streamlit!
|
15 |
|
|
|
10 |
pinned: false
|
11 |
short_description: Streamlit template space
|
12 |
---
|
13 |
+
# AI Data Science Learning Platform
|
14 |
+
|
15 |
+
A comprehensive learning platform for AI and Data Science with:
|
16 |
+
- Interactive lessons and projects
|
17 |
+
- Coding practice challenges
|
18 |
+
- Career guidance and resume optimization
|
19 |
+
- Visual mind maps for complex concepts
|
20 |
+
|
21 |
+
## Features
|
22 |
+
- Personalized learning paths
|
23 |
+
- Hands-on projects with real datasets
|
24 |
+
- ATS-compatible resume builder
|
25 |
+
- LinkedIn job application guidance
|
26 |
+
- Progress tracking
|
27 |
+
|
28 |
+
## Run Locally
|
29 |
+
```bash
|
30 |
+
pip install -r requirements.txt
|
31 |
+
streamlit run app.py
|
32 |
|
33 |
# Welcome to Streamlit!
|
34 |
|