KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
bangkit-ml-deployment
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
kappa
:
No description available.
grab
:
Downloads code repositories in a convenient directory layout
netbox_capirca_plugin
:
A Plugin to manage ACLs and Firewall rules with capirca inside NetBox.
Y-vector
:
Y-vector: Multiscale Waveform Encoder for Speaker Embedding
Deep-RL-for-Automated-Stock-Trading
:
Deep Reinforcement Learning methods for facilitating Automated Stock Trading
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bangkit-ml-deployment
?
Download (.md)
# Deployment ```bash export FLASK_APP=main flask run ``` # Send request ```bash curl localhost:5000 curl -X POST -d "1" localhost:5000/predict ``` # Docker ```bash docker build -t bangkit-ml-deployment:latest . docker run bangkit-ml-deployment:latest ```