Use AI models in a node-based no-code platform to create AI powered projects and workflows.
Built during the 2-day AI Hackathon hosted by AssemblyAI
https://devpost.com/software/plugnplay-ai
https://hackathon.assemblyai.com/
$ sudo apt update
$ sudo apt install python3.9
$ sudo apt install python3-virtualenv
$ virtualenv --python="/usr/bin/python3.9" env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
(env) backend$ uvicorn api:app --host 127.0.0.1 --port 8000 --reload
The swagger should be running at http://localhost:8000/docs
$ npm install
$ npm start
https://www.assemblyai.com/blog/assemblyai-and-python-in-5-minutes/