Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qywok
/
cryptocurrency_prediction
like
12
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f54913
cryptocurrency_prediction
/
restful
/
schemas.py
tebakaja
feat: Crafting Data pipeline, Models, and Restful API
94ed9e1
10 months ago
raw
Copy download link
history
blame
Safe
109 Bytes
from
pydantic
import
BaseModel
class
CryptocurrencyPredictionSchema
(
BaseModel
) :
days:
int
currency:
str