New 🧑💻 Smol AI Developer - Build ENTIRE Codebases With A Single Prompt (ChatGPT)
AI Summary
Summary: Using Small Developer to Create a Python Project
- Overview:
- Small Developer is likened to a junior engineer tool.
- It can generate entire projects from prompts.
- The author demonstrates project creation and installation.
- Project Creation:
- Prompt given to Small Developer: Create a Python project using ChatGPT API.
- The tool generated a project with a requirements file, main script, and an .env file.
- The author tested the project, which successfully interacted with ChatGPT.
- Installation Guide:
- Small Developer is available on GitHub with 7,000 stars and 500 forks.
- It is described as human-centric and coherent whole program synthesis.
- Installation involves cloning the repo and setting up the environment.
- Setup Steps:
- Clone the GitHub repository.
- Open the project in VS Code.
- Rename
.example.env
to.env
and insert the OpenAI API key.- Install
modal-client
or use Python directly withrequirements.txt
.- Run the project using
modal run main.py --prompt
.- Usage:
- Modal.com is recommended for managing dependencies.
- The author provides a basic example and a complex one using
prompt.md
.- The tool generates the specified files and code structure.
- Conclusion:
- Small Developer simplifies project creation.
- The author encourages trying it out and provides feedback options.