Spaces:
Running
on
Zero
Running
on
Zero
File size: 875 Bytes
3860419 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Introduction
``gpt-engineer`` is a project that uses LLMs (such as GPT-4) to automate the process of software engineering. It includes several Python scripts that interact with the LLM to generate code, clarify requirements, generate specifications, and more.
<br>
## Get started
[Here’s](/en/latest/installation.html) how to install ``gpt-engineer``, set up your environment, and start building.
We recommend following our [Quickstart](/en/latest/quickstart.html) guide to familiarize yourself with the framework by building your first application with ``gpt-engineer``.
<br>
## Example
You can find an example of the project in action here.
<video width="100%" controls>
<source src="https://github.com/gpt-engineer-org/gpt-engineer/assets/4467025/6e362e45-4a94-4b0d-973d-393a31d92d9b
" type="video/mp4">
Your browser does not support the video tag.
</video>
|