Strokes of AI: Creating Visual Magic in Real Time with MediaPipe and Streamlit. "Pinceladas de IA: Creando Magia Visual en Tiempo Real con MediaPipe y Streamlit"
Teaching Academy with AI
Sample page hosted on Heroku: tryit ... https://idomai.herokuapp.com/ 📢
-
Clone repository: For security use SSH keys.
git clone https://github.com/AdonaiVera/idomai.git
-
Install dependencies.
pip3 install -r requirements.txt
-
Run commands
streamlit run app.py
-
Enjoy
-
Set up
heroku
command. -
Add
heroku-buildpack-apt
to buildpacks.$ heroku buildpacks:add --index 1 heroku-community/apt
-
Update
requirements.txt
.$ make deps/update
-
Commit it.
$ git add requirements.txt $ git commit -m "requirements.txt"
heroku create -a idiomai
git push heroku master
- Install docker
- Instal Azure CLI locally
docker build --tag idomai-app .
docker run -p 8501:8501 idomai-app
http://localhost:8501/
az acr build --registry idomAIRegistry --resource-group idomAI --image idomai-app .
Architecture is divided intro three main parts:
- WEB APP develop in streamlit.
- Computer vision class develop in Python with mediaPipe and OpenCV.
- Azure media services to stream videos in real time
Mention the tools you used to create your project
- MediaPipe - ML solutions for live and streaming media.
- Streamlit - Web apps framework.
- AzureMediaSerives - Streaming video platform.
- OpenCV - Image Processing library
- Adonai Vera - AI developer Geta Club - AdonaiVera