GenAI is a collaborative effort by the MIT Media Lab's Personal Robots Group and the MIT Quest for Intelligence to bring AI education to K-12 students around the world.
The need for democratization of online education has become dire, especially in light of school closures and cancellations caused by the COVID-19 pandemic. Here at the MIT Media Lab and the MIT Quest for Intelligence, we want to ensure that every student, no matter where they are, can have access to a wealth of advanced technical knowledge. To this end, we're introducing GenAI, an online textbook containing in-depth chapters on a variety of topics in artificial intelligence. Each chapter will be available at a beginner, intermediate, and advanced level, so learners of any age can choose the level of granularity which they are most comfortable with.
This repo contains a prototype of what a chapter in this online textbook would look like. We chose to focus on GANs for this example chapter. In the future, we hope to grow this into a full fledged website where students of all ages can come to educate themselves on the fundamentals of AI technology.
- Katherine Gallagher, AI Software Engineer at the MIT Quest for Intelligence
- Nisha Devasia, Undergraduate Researcher in the MIT Media Lab's Personal Robots Group
- Clone this repository
- cd into genAI/website-demo
- Make sure you have Ruby installed
bundle install
bundle exec jekyll serve
- Visit http://localhost:4000
- The 'level select'/landing page can be found at http://localhost:4000/GANS-home/
- The beginner level page can be found at http://localhost:4000/beginner-GANs/
- The intermediate level page can be found at http://localhost:4000/intermediate-GANs/
- The advanced level page can be found at http://localhost:4000/advanced-GANs/