Downloads · 30 days
0
MichaelJuannn/scam
scam is a machine learning model from MichaelJuannn. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
0
Access
Public
Updated Jun 7, 2024
Repo size
444 MB
Likes
0
Public
Click a slice to open those files.
.h5444 MB · 100%
From the Hugging Face model README
A brief description of your project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone <repository-url>
cd <repository-name>
pip install -r requirements.txt
uvicorn main:app --reload
pip install "uvicorn[standard]" gunicorn
gunicorn main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:80