An open API service indexing awesome lists of open source software.

https://github.com/charlieroth/karpathy-ai


https://github.com/charlieroth/karpathy-ai

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# Karpathy AI

Notebooks and programs from Andrej Karpathy's AI video tutorials on YouTube

## Repository Setup

If cloning this repository to new machine, run the following commands to get going:

```bash
python3.12 -m venv kai

source ./kai/bin/activate

pip3 install -r requirements.txt
```