gpt-autopilot
A GPT-4 powered AI agent that can create full projects with iterative prompting
File Explorer
Download Latest Version (.zip)- style.css
- script.js
- index.html
- prompt.txt
- app.js
- index.html
- prompt.txt
- styles.css
- styles.css
- script.js
- add_product.php
- get_products.php
- index.php
- products.json
- prompt.txt
- .gitignore
- build.sh
- pong.c
- prompt.txt
- README.md
- styles.css
- script.js
- index.html
- app.py
- jokes.json
- docker-compose.yml
- Dockerfile
- prompt.txt
- README.md
- snake.h
- main.c
- snake.c
- .gitignore
- build.sh
- prompt.txt
- collision.js
- draw.js
- index.html
- input.js
- main.js
- prompt.txt
- update.js
- README.md
- betterprompter.py
- chatgpt.py
- checklist.py
- cmd_args.py
- config.py
- filesystem.py
- git.py
- gpt_functions.py
- helpers.py
- paths.py
- platform.py
- prompt_selector.py
- token_saver.py
- tokens.py
- checklist.json
- description
- system_message
- description
- system_message
- checklist.json
- description
- system_message
- checklist.json
- description
- system_message
- checklist.json
- description
- system_message
- checklist.json
- description
- system_message
- README.md
- .gitignore
- linux.sh
- README.md
- windows.bat
- flags.txt
- prompt.txt
- README.md
- flags.txt
- prompt.txt
- README.md
- flags.txt
- prompt.txt
- README.md
- flags.txt
- prompt.txt
- README.md
- flags.txt
- prompt.txt
- README.md
- README.md
- run_tests.py
- .gitignore
- CHANGELOG
- config.sample.json
- gpt-autopilot.py
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/unconv/gpt-autopilot
Downloads the entire project code from GitHub to your computer.
cd gpt-autopilot
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ python3 -m venv venv
Runs the Python script (or module).
$ pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
> python -m venv venv
Runs the Python script (or module).
> pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
