Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilooy/flowgpt
Generate diagram with AI
https://github.com/nilooy/flowgpt
diagram flowchart gpt-3 gpt-4 langchain openai
Last synced: 6 days ago
JSON representation
Generate diagram with AI
- Host: GitHub
- URL: https://github.com/nilooy/flowgpt
- Owner: nilooy
- License: mit
- Created: 2023-04-09T10:09:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:39:57.000Z (over 1 year ago)
- Last Synced: 2025-01-21T15:08:00.781Z (14 days ago)
- Topics: diagram, flowchart, gpt-3, gpt-4, langchain, openai
- Language: TypeScript
- Homepage:
- Size: 2.21 MB
- Stars: 285
- Watchers: 7
- Forks: 57
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-langchain-zh - FlowGPT
- awesome-langchain - FlowGPT
README
![Copy of update flowgpt - 14 Apr 23](https://user-images.githubusercontent.com/32486682/232072495-9445eda4-f134-47e0-b2c1-2c359581e020.gif)
## Built With
- Next.js
- langchain
- Mermaid (https://github.com/mermaid-js/mermaid)
- DaisyUI## Requirements
1. Node Version >= 18
2. OpenAI API Key## Installation
1. Clone the Repo
2. rename the `env.template` to `.env.local` and OPENAI_API_KEY
2. `cd` into the folder
```sh
cd flowgpt
```3. Install all deps with yarn
```sh
yarn
```4. Run in development mode
```sh
yarn dev
```5. Open browser and go to http://localhost:3000
## Contribution
it's a pretty new tool, Lots of room for improvement, feel free to contribute.## Roadmap
- Automatic syntax error detection and retry with history
- OpenAI API KEY modal to insert from the UI
- Save flowcharts on localStorage
- Animated Flowchart Generation (exportable as video)## Updates will be posted here
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/nil_ooy.svg?style=social&label=Follow%20%40nil_ooy)](https://twitter.com/nil_ooy)