MRMehar Ramzaninmeharramzan.hashnode.dev·Nov 19, 2023 · 8 min readAS-OneAS-One is a python wrapper for multiple detection and tracking algorithms all in one place. Different trackers such as ByteTrack, DeepSORT or NorFair can be integrated with different versions of YOLO with minimum lines of code. This python wrapper pr...01M
MRMehar Ramzaninmeharramzan.hashnode.dev·Nov 18, 2023 · 8 min readDeploying custom model on Vertex AIVertex AI is a machine learning platform provided by Google Cloud. It is designed to help organizations build, deploy, and manage machine learning models and pipelines. Vertex AI offers a wide range of tools and services to simplify the end-to-end ma...01R
MRMehar Ramzaninmeharramzan.hashnode.dev·Nov 8, 2023 · 6 min readDeploy Machine Learning Model Using FastAPIDeploying a machine learning model with FastAPI plays a crucial role in facilitating effortless access for both users and applications. FastAPI, a modern Python web framework, streamlines the machine learning model deployment process, which is contri...00
MRMehar Ramzaninmeharramzan.hashnode.dev·Mar 2, 2023 · 2 min readHow to use Dropbox API with pythonThe Dropbox API makes it easy to upload, download, share, and delete files using python and is ideal for adding automation. You can clone the GitHub repo having common Dropbox functions from here. Installation: Open the terminal and install python SD...01R