Skip to content

Simple AI WebDeveloper with multiple agents - a VAM idea ;)

Notifications You must be signed in to change notification settings

pzarzycki/ai-coding-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Web Dev - Demo

A simple multi-agent system for automatic full-stack web development. It generates application around Flask framework. It can create new files and update existing, install additional packages, test backend and frontend and recover from its own mistakes.

Live demo:

AI.WebDev.-.Vam.Demo.mp4

Note

Work in progres...

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd ai-coding-web
    
  2. Create a virtual environment:

    python -m venv .venv
    
  3. Activate the virtual environment:

    • On Windows:
      .venv\Scripts\activate
      
    • On macOS/Linux:
      source .venv/bin/activate
      
  4. Install the required dependencies:

    pip install -r requirements.txt
    
  5. Configure your OpenAI API key

Create .env file with your OpenAI API Key:

OPENAI_API_KEY=<your open ai API key>

Usage

To run the application, execute the following command:

python app.py

The application will be accessible at http://127.0.0.1:5000/. Open this URL in your web browser to view the one-page application.

About

Simple AI WebDeveloper with multiple agents - a VAM idea ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages