Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
FastAPI-CRUD-Operations – AI Model by WalidAlHassan | AlphaNeural AI | AlphaNeural AI
You can deploy this model and start earning money today!
WalidAlHassan
/
FastAPI-CRUD-Operations
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Setup Local API Local Machine -> Open cmd in your windows then
git clone
https://huggingface.co/WalidAlHassan/FastAPI-CRUD-Operations
&& cd FastAPI-CRUD-Operations && python -m venv venv && venv\Scripts\activate.bat && pip install fastapi[all] && python -m uvicorn app.mainTest:app --reload