kalorize / README.md
handiism's picture
Update README with app_port configuration
c654427
|
Raw
History Blame Contribute Delete
896 Bytes
metadata
title: Kalorize
emoji: 🐨
colorFrom: green
colorTo: gray
sdk: docker
pinned: false
app_port: 5000

Kalorize Machine Learning API

Machine learning models are developed by @kentangtelo @Ilhamaznumd and deployed by @handiism @fikri_barik at Kalorize.

Run instructions:

  1. Clone the repository

    git clone github.com/Kalorize/kalorize-ml-api
    
  2. Go into cloned directiry

    cd kalorize-ml-api
    
  3. Download compiled model

    gsutil cp gs://kalorize-test/model_vgg16_2.h5 .
    
  4. Setup python virtual environment

    virtualenv venv
    
  5. Resolve dependencies

    pip install - r requirements.txt
    
  6. Run the application

    flask --app main run