Welcome to the no-code AI tools project! In this project, you'll use Flowise to work with advanced AI technology without writing any code. Flowise helps you integrate AI capabilities easily, to create and deploy powerful AI solutions.
git clone https://github.com/FlowiseAI/Flowise.git
- Go to
docker
folder at the root of the project - Copy
.env.example
file, paste it into the same location, and rename to.env
- Edit
.env
file to uncomment line:9 (to enable CORS policy) and save the file. - Build and run container using the command
docker compose up -d
- Open http://localhost:3000
- You can bring the containers down by
docker compose stop