Action Items and Prerequisites
Last updated
Was this helpful?
Last updated
Was this helpful?
To kick off an interactive and engaging learning journey, we've crafted a special exercise to ensure you make the most out of this course. We're thrilled to have you with us and want to guide you through a few simple steps to get started:
First things first, please ensure you're registered on Unstop. Itβs the gateway to our adventure together.
Depending on your familiarity with LLMs and keeping an eye on the timeline, feel free to explore the 'Bonus Modules'. They're like the cherry on top β not required for your project or quizzes, but they sure can enrich your learning experience.
Why does this matter? Itβs more than just a click; itβs your way of cheering on the project and staying in the loop as things evolve. Got a question? The GitHub issues are your go-to spot.
Your Action Item: Become part of the vibrant Pathway Discord community, a hub for enthusiasts, creators, and some of the notable changemakers in the field of AI and Data.
Make your first post in the #introductions channel.
Please note, that the '#introductions' channel on Pathway's Discord is NOT specific to the bootcamps, and it includes some of the finest AI/Data practitioners whom you might want to collaborate with. While introducing yourself, please feel free to skip the bootcamp and focus on who you are as an engineer or your interests. You can consider sharing about your progress in the field, your background/projects, and what excites you. That's a great way to make a solid first impression β not in Pathway but in any open-source community.
We have created an exclusive channel for this bootcamp, i.e. #tryst-iitd-bcamp. Please make sure you're asking all of your bootcamp-specific doubts in the same.
Pro Tip: Immersing yourself in any vibrant open-source community not only enriches your learning experience but also opens up opportunities for networking and collaboration.
We're thrilled to have you with us and can't wait to see the contributions and growth you'll bring to this journey. Let's embark on this educational venture together with enthusiasm and curiosity!
For the majority of the bootcamp, these prerequisites aren't necessary. So, if you're an AI product manager or someone who isn't typically hands-on, you'll be just fine. However, as we approach the hands-on development phase towards the end of the bootcamp, these skills will become essential. That's why we're introducing them to you now, allowing you to familiarize yourself with them at your own pace before we dive into the more technical aspects.
Python Proficiency: A foundation in Python 3.11 is crucial. Here are some beginner-level resources to consider: CodeChef | Microsoft Trainings | Python.org.
Familiarize with Generative AI Tools: Tools like Gemini, Anthropic's Claude 3 (yep, it's just released), Bing Search, or our dear ChatGPT can be invaluable for overcoming obstacles, rephrasing ideas, or basic code debugging. Try to use them a bit in your day-to-day lives.
Explore Docker: Docker simplifies the process of bundling your app and its necessities, making it portable and easy to share. Itβs a powerful tool to standardize development environments and sidestep dependency issues β thus making it useful not just for LLM apps but open source development in general. Below are a few resources.
Beginner Blog on What is Docker: Here
Basic Tutorial on Dockerfile: Here
Basic Tutorials on Docker Compose: Part 1 using (Single Container), Part 2 (using 2 Containers)
Blog on using ChatGPT to build an optimized Docker Image: 3-Minute Read
Know what stream data processing is:
Gaining a very basic understanding of stream data processing and real-time data can be very beneficial, setting the stage for more advanced project ideas and development strategies even within the realm of LLMs. Here's a basic blog to check out for starters.
Prof Abhilash Jindal (CSE, IIT Delhi) also took a session to explore the wonderful history beyond stream data processing. Check the kick-off session in the next module to watch the interactive session.