Self-Driving Car in 71 Lines of Code
Overview
This project demonstrates a minimalist implementation of a self-driving car algorithm in just 71 lines of code. It showcases how complex concepts in autonomous driving can be distilled into a concise and understandable format.
Features
- Autonomous navigation
- Obstacle detection and avoidance
- Simple and efficient codebase
- Easy to understand and modify
Requirements
- Python 3.11 or later
- OpenAI API Key
Installation
- Clone this repository:
git clone https://github.com/smmuirhead100/drive-gpt.git - Install the required dependencies:
Usage
Run the main script to start the simulation:
Contributing
We welcome contributions to this project! Please open an issue or submit a pull request.