Giter Site home page Giter Site logo

harmanpreet7916 / idomai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adonaivera/idomai

0.0 0.0 0.0 23.17 MB

Apply face filters in realtime | Smart Board | Change background - All deploy with Streamlit and MediaPipe

Dockerfile 1.28% Makefile 0.22% Python 97.85% Shell 0.50% Procfile 0.15%

idomai's Introduction

IDOM+ AI ๐Ÿค“

Teaching Academy with AI

Sample page hosted on Heroku: tryit ... https://idomai.herokuapp.com/ ๐Ÿ“ข

Getting Started ๐ŸŽ

  1. Clone repository: For security use SSH keys.

    git clone https://github.com/AdonaiVera/idomai.git
  2. Install dependencies.

    pip3 install -r requirements.txt
  3. Run commands

    streamlit run app.py
  4. Enjoy

Manual deployment ๐Ÿ“ฆ

Manual deployment to heroku

Prerequisites

  1. Set up heroku command.

  2. Add heroku-buildpack-apt to buildpacks.

    $ heroku buildpacks:add --index 1 heroku-community/apt

Deploy

If dependencies have changed, update requirements.txt

  1. Update requirements.txt.

    $ make deps/update
  2. Commit it.

    $ git add requirements.txt
    $ git commit -m "requirements.txt"

Deploy the current branch to Heroku

git push heroku <current-branch>:main

Manual deployment to app services Azure ๐Ÿ“ฆ

Prerequisites

  1. Install docker
  2. Instal Azure CLI locally

Deploy

If codes have changed, you should rebuild the docker images

Build

docker build --tag idomai-app .

Try it locally

docker run -p 8501:8501 idomai-app

Access locally

http://localhost:8501/

Deploy the docker image and save to Azure container Registry

az acr build --registry idomAIRegistry --resource-group idomAI --image idomai-app .

Architecture ๐Ÿ“Œ

Architecture is divided intro three main parts:

  1. WEB APP develop in streamlit.
  2. Computer vision class develop in Python with mediaPipe and OpenCV.
  3. Azure media services to stream videos in real time

Build with ๐Ÿ› ๏ธ

Mention the tools you used to create your project

Contribute โœ’๏ธ

  • Adonai Vera - AI developer Geta Club - AdonaiVera

idomai's People

Contributors

adonaivera avatar harmanpreet7916 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.