Spaces:
Sleeping
Sleeping
Hamid Omarov
commited on
Commit
ยท
81f8e65
1
Parent(s):
8eb674c
Update README with Day 1 progress
Browse files
README.md
CHANGED
@@ -40,6 +40,28 @@ To build a production-ready RAG pipeline in 30 days and land a remote AI job by
|
|
40 |
|
41 |
Check commits and folders daily to follow the sprint. Each folder corresponds to 1 day of learning and building.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## ๐ฌ Contact
|
44 |
|
45 |
Made by [Hamid Omarov](https://www.linkedin.com/in/hamidomarov)
|
|
|
40 |
|
41 |
Check commits and folders daily to follow the sprint. Each folder corresponds to 1 day of learning and building.
|
42 |
|
43 |
+
## ๐
Day 1 โ Getting Started with Python & Flask
|
44 |
+
|
45 |
+
### โ
What I Learned
|
46 |
+
- Refreshed core **Python basics** (variables, functions, classes, etc.)
|
47 |
+
- Built my first **Flask API** with real-world JSON responses
|
48 |
+
- Practiced structured coding with **Copilot assistance**
|
49 |
+
|
50 |
+
### ๐ ๏ธ What I Built
|
51 |
+
- `hello_ai.py`: A minimal Python script to print a welcome message
|
52 |
+
- `api.py`: A Flask application with 3 endpoints:
|
53 |
+
- `/hello`: greeting message
|
54 |
+
- `/calculate`: accepts 2 numbers (POST) and returns their sum
|
55 |
+
- `/ai-ready`: motivational message for AI learning
|
56 |
+
|
57 |
+
### ๐ฎ Tomorrow's Plan
|
58 |
+
- Begin **LangChain** setup and environment configuration
|
59 |
+
- Start working on **RAG-based document processing**
|
60 |
+
- Set up folder structure and `day2` workflow
|
61 |
+
|
62 |
+
> ๐ฃ One day down, 29 to go. Keep shipping.
|
63 |
+
|
64 |
+
|
65 |
## ๐ฌ Contact
|
66 |
|
67 |
Made by [Hamid Omarov](https://www.linkedin.com/in/hamidomarov)
|