diff --git a/README.md b/README.md index 09f6f0e..d3979e9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ I am looking for a good free course on statistics, linear algebra, integrals and --> | **topic** | **format** | **difficulty** | **release year** | **price** | **course** | |:---------:|:----------:|:--------------:|:----------------:|:---------:|:----------:| +| LangChain | website | 🟩⬜⬜ | 2023 | free | [LangChain & Vector Databases in Production-Activeloop-Towards AI-Intel Disruptor Initiative](https://learn.activeloop.ai/courses/langchain) by Activeloop | | Deep Learning | website | 🟩⬜⬜ | 2023 | free | [Deep Learning Fundamentals -- Learning Deep Learning Using a Modern Open-Source Stack.](https://lightning.ai/pages/courses/deep-learning-fundamentals/) by Sebastian Raschka | | Large Language Models | YouTube playlist | 🟩🟩⬜ | 2023 | free | [LLM Bootcamp - Spring 2023](https://www.youtube.com/playlist?list=PL1T8fO7ArWleyIqOy37OVXsP4hFXymdOZ) by The Full Stack | | Python | YouTube playlist | 🟩⬜⬜ | 2023 | free | [CS50: Introduction to Programming with Python](https://www.youtube.com/watch?v=nLRL_NcnK-4) by Harvard University x freeCodeCamp.org | diff --git a/automation/data.csv b/automation/data.csv index c2a292a..f7188c5 100644 --- a/automation/data.csv +++ b/automation/data.csv @@ -1,4 +1,5 @@ topic, difficulty, price, release_year, format, url, label, author +LangChain,1,free,2023,website,https://learn.activeloop.ai/courses/langchain,LangChain & Vector Databases in Production-Activeloop-Towards AI-Intel Disruptor Initiative,Activeloop Deep Learning,1,free,2023,website,https://lightning.ai/pages/courses/deep-learning-fundamentals/,Deep Learning Fundamentals -- Learning Deep Learning Using a Modern Open-Source Stack.,Sebastian Raschka Large Language Models,2, free,2023, YouTube playlist,https://www.youtube.com/playlist?list=PL1T8fO7ArWleyIqOy37OVXsP4hFXymdOZ,LLM Bootcamp - Spring 2023, The Full Stack Python,1, free,2023, YouTube playlist,https://www.youtube.com/watch?v=nLRL_NcnK-4,CS50: Introduction to Programming with Python, Harvard University x freeCodeCamp.org