Introduction

Welcome to the AI Hero crash course!

In this course, you'll learn how to build an intelligent system that can understand and interact with your data.

We'll create a conversational agent that can answer questions about any GitHub repository, like a personal AI assistant for documentation and code. If you know DeepWiki, it's a similar idea, but built for your own GitHub repo.

To do that, we'll need to:

  • Download and process the repository data
  • Index it in a search engine
  • Connect that search engine to our agent

In the first half of the course, we'll focus on preparing the data. Today, we'll start with the first step: downloading it.

Questions & Answers

Sign in to ask questions