First, let’s learn what exactly Flask is. Flask is a web application framework written in Python. It was developed by Armin Ronacher, who led a team of international Python enthusiasts called Pocco. Flask is based on the Werkzeg WSGI toolkit and the Jinja2 template engine. Both are Pocco projects. In general, we can deploy a…
Gradio Gradio is the fastest way to demo your machine learning model with a friendly web interface so that anyone can use it, anywhere! Let’s write a simple gradio app This will use webcam as input and output live stream in the output window. Build with docker Let’s start with writing a Dockerfile: NOTE: requirements.txt…