https://github.com/charlieroth/karpathy-ai
https://github.com/charlieroth/karpathy-ai
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlieroth/karpathy-ai
- Owner: charlieroth
- Created: 2024-03-29T09:36:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T09:49:02.000Z (about 2 years ago)
- Last Synced: 2025-10-08T10:51:46.320Z (10 months ago)
- Language: Jupyter Notebook
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```