This is a script designed to deploy a ML Model via Client-Side FastAPI !
Updated with Python 3.12 Jupyter Notebook, here is a Client-Side FastAPI designed for deploying ML models!
Make sure to import the following modules:
pip install opencv-python
pip install io (if not installed already)
pip install os (if not installed already)
pip install IPython
Make sure to replace the localhost port and model to deploy!
Happy Coding!