Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -240,45 +240,28 @@ LEARNING_RESOURCES = {
|
|
240 |
},
|
241 |
"Video Tutorials": {
|
242 |
"python_beginner": [
|
243 |
-
{"title": "Python Full Course for Beginners", "url": "https://www.youtube.com/watch?v=_uQrJ0TkZlc"},
|
244 |
{"title": "CS50's Introduction to Programming with Python", "url": "https://cs50.harvard.edu/python/"},
|
245 |
-
{"title": "Python Tutorial - Python for Beginners", "url": "https://www.youtube.com/watch?v=_uQrJ0TkZlc"},
|
246 |
{"title": "freeCodeCamp Python Course", "url": "https://www.freecodecamp.org/learn/scientific-computing-with-python/"}
|
247 |
],
|
248 |
"python_intermediate": [
|
249 |
-
{"title": "Corey Schafer Python Tutorials", "url": "https://www.youtube.com/user/schafer5"},
|
250 |
-
{"title": "Advanced Python Features", "url": "https://www.youtube.com/playlist?list=PLP8GkvaIxJP0VAXF3USi9U4JnpxnHjT_"},
|
251 |
-
{"title": "Python OOP Tutorials", "url": "https://www.youtube.com/playlist?list=PLzMcBGfZo4-l1MqB1zoYfqzlj_HH-ZzXt"},
|
252 |
{"title": "MIT OpenCourseWare: Python", "url": "https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/"}
|
253 |
],
|
254 |
"data_science_beginner": [
|
255 |
-
{"title": "Python for Data Science Course", "url": "https://www.youtube.com/watch?v=LHBE6Q9XlzI"},
|
256 |
-
{"title": "Data Analysis with Python - Full Course", "url": "https://www.youtube.com/watch?v=r-uOLxNrNk8"},
|
257 |
-
{"title": "Statistics Fundamentals", "url": "https://www.youtube.com/playlist?list=PLblh5JKOoLUK0FLuzwntyYI10UQFUhsY9"},
|
258 |
{"title": "freeCodeCamp Data Analysis Course", "url": "https://www.freecodecamp.org/learn/data-analysis-with-python/"}
|
259 |
],
|
260 |
"data_science_advanced": [
|
261 |
-
{"title": "StatQuest: Machine Learning", "url": "https://www.youtube.com/playlist?list=PLblh5JKOoLUIcdlgu78MnlATeyx4cEVeR"},
|
262 |
{"title": "Machine Learning Course by Andrew Ng", "url": "https://www.coursera.org/learn/machine-learning"},
|
263 |
-
{"title": "Deep Learning Specialization", "url": "https://www.deeplearning.ai/deep-learning-specialization/"}
|
264 |
-
{"title": "Data Science Full Course", "url": "https://www.youtube.com/watch?v=ua-CiDNNj30"}
|
265 |
],
|
266 |
"ai_specialization": [
|
267 |
-
{"title": "
|
268 |
-
{"title": "Deep Learning Lectures by Lex Fridman", "url": "https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf"},
|
269 |
-
{"title": "MIT 6.S191: Introduction to Deep Learning", "url": "http://introtodeeplearning.com/"},
|
270 |
-
{"title": "Stanford CS224N: NLP with Deep Learning", "url": "https://www.youtube.com/playlist?list=PLoROMvodv4rOhcuXMZkNm7j3fVwBBY42z"}
|
271 |
],
|
272 |
"generative_ai": [
|
273 |
{"title": "Neural Networks: Zero to Hero", "url": "https://karpathy.ai/zero-to-hero.html"},
|
274 |
-
{"title": "LLM Bootcamp", "url": "https://www.youtube.com/watch?v=twHxmU9OxDU"},
|
275 |
-
{"title": "Diffusion Models Explained", "url": "https://www.youtube.com/watch?v=fbLgFrlTnGU"},
|
276 |
{"title": "Prompt Engineering for LLMs", "url": "https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/"}
|
277 |
],
|
278 |
"agentic_ai": [
|
279 |
{"title": "Building AI Agents with LangChain", "url": "https://www.youtube.com/watch?v=iw2Wcw7qPuE"},
|
280 |
-
{"title": "LLM Agents Tutorial", "url": "https://www.youtube.com/watch?v=RUzgloRlHIc"},
|
281 |
-
{"title": "Reinforcement Learning Course", "url": "https://www.youtube.com/playlist?list=PLqYmG7hTraZDM-OYHWgPebj2MfCFzFObQ"},
|
282 |
{"title": "AutoGPT and Multi-Agent Systems", "url": "https://www.youtube.com/watch?v=4YaILFaUXTo"}
|
283 |
]
|
284 |
},
|
@@ -372,6 +355,7 @@ LEARNING_RESOURCES = {
|
|
372 |
}
|
373 |
}
|
374 |
|
|
|
375 |
PROJECT_IDEAS = {
|
376 |
"Visual": {
|
377 |
"python_beginner": [
|
|
|
240 |
},
|
241 |
"Video Tutorials": {
|
242 |
"python_beginner": [
|
|
|
243 |
{"title": "CS50's Introduction to Programming with Python", "url": "https://cs50.harvard.edu/python/"},
|
|
|
244 |
{"title": "freeCodeCamp Python Course", "url": "https://www.freecodecamp.org/learn/scientific-computing-with-python/"}
|
245 |
],
|
246 |
"python_intermediate": [
|
|
|
|
|
|
|
247 |
{"title": "MIT OpenCourseWare: Python", "url": "https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/"}
|
248 |
],
|
249 |
"data_science_beginner": [
|
|
|
|
|
|
|
250 |
{"title": "freeCodeCamp Data Analysis Course", "url": "https://www.freecodecamp.org/learn/data-analysis-with-python/"}
|
251 |
],
|
252 |
"data_science_advanced": [
|
|
|
253 |
{"title": "Machine Learning Course by Andrew Ng", "url": "https://www.coursera.org/learn/machine-learning"},
|
254 |
+
{"title": "Deep Learning Specialization", "url": "https://www.deeplearning.ai/deep-learning-specialization/"}
|
|
|
255 |
],
|
256 |
"ai_specialization": [
|
257 |
+
{"title": "MIT 6.S191: Introduction to Deep Learning", "url": "http://introtodeeplearning.com/"}
|
|
|
|
|
|
|
258 |
],
|
259 |
"generative_ai": [
|
260 |
{"title": "Neural Networks: Zero to Hero", "url": "https://karpathy.ai/zero-to-hero.html"},
|
|
|
|
|
261 |
{"title": "Prompt Engineering for LLMs", "url": "https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/"}
|
262 |
],
|
263 |
"agentic_ai": [
|
264 |
{"title": "Building AI Agents with LangChain", "url": "https://www.youtube.com/watch?v=iw2Wcw7qPuE"},
|
|
|
|
|
265 |
{"title": "AutoGPT and Multi-Agent Systems", "url": "https://www.youtube.com/watch?v=4YaILFaUXTo"}
|
266 |
]
|
267 |
},
|
|
|
355 |
}
|
356 |
}
|
357 |
|
358 |
+
|
359 |
PROJECT_IDEAS = {
|
360 |
"Visual": {
|
361 |
"python_beginner": [
|