/gpt-developlement-tool

multi agent tool for semi automated

Primary LanguageJavaScript

gpt-stories

Description

GPT-development tool is a project that generates stories based on user input. It utilizes GPT (Generative Pre-trained Transformer) models to create narratives. After generating the stories, it provides the user with a UML (Unified Modeling Language) diagram. Additionally, it offers the backend code, frontend code, unittest cases, and end-to-end test cases based on the user's input.

Tech Stack

  • Frontend : React.js
  • Backend : Flask

Prerequisites

Before you start, ensure you have install following requirements:

  • Python 3.10 or higher
  • Node.js 18.x or higher
  • npm 10.2.4
  • pip (Python package installer)

Installation

Clone the Repository

git clone https://github.com/GPT-Laboratory/gpt-developlement-tool

Flask Setup:

Install the required Python packages

pip install -r requirements.txt

Run the Flask server

python server.js

React Setup:

Install the required npm packages

npm install

Start the React development server

npm run dev

Create env file

Write your API's

API-KEY = "write_your_api-key_here"
OCTOAI_KEY = "write_your_OCTOAI_key_here"

must add this env file in the .gitignore file before pushing the code in your repository