Skip to content

An application which utilizes LLMs to generate a complete Flask application just from few user stories.

License

Notifications You must be signed in to change notification settings

sprakshith/Flask-AI-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-AI-Backend

Setup Procedure

  1. Navigate to the directory where you want to set up this project.

  2. Open cmd/bash and run the below command:
    On Mac/Win: git clone https://github.com/sprakshith/Flask-AI-Backend.git

  3. Now create a virtual enviroment.
    On Mac: python3 -m venv ./venv
    Example: python3 -m venv ./venv

    On Win: python -m venv "[Path to Project Directory]\[NAME_OF_VIRTUAL_ENV]"
    Example: python -m venv "D:\Flask-AI-Backend\venv"

  4. To activate the venv run the below command.
    On Mac: source venv/bin/activate
    On Win: venv\Scripts\activate.bat

  5. To install all the requirements run the below command. Execute this command whenever there is a change in requirements.txt file.
    On Mac/Win: pip install -r requirements.txt
  6. Run the command python -m app to run the Flask application for the frontend consumption.
  7. Run the command python -m main to run the code to execute end-to-end web-application creation process.

About

An application which utilizes LLMs to generate a complete Flask application just from few user stories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages