Skip to content

joelescudefont/plugnplayAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugnplayAI

plugnplaing

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/

Backend

$ 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

Frontend

$ npm install
$ npm start

image

Resources

https://www.assemblyai.com/blog/assemblyai-and-python-in-5-minutes/

https://platform.stability.ai/docs/features/text-to-image

https://github.com/rawandahmad698/PyChatGPT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •