An open API service indexing awesome lists of open source software.

https://github.com/adikahnf/flowers_scan_model

Tugas Akhir - Model Machine Learning untuk Aplikasi Flower Scan
https://github.com/adikahnf/flowers_scan_model

deep-learning flask-api mobilenetv2 python tensorflow

Last synced: 4 months ago
JSON representation

Tugas Akhir - Model Machine Learning untuk Aplikasi Flower Scan

Awesome Lists containing this project

README

          

# Flower Scan Model

### About
Model was created using MobileNetV2 and then build API using Flask.

## Endpoints

### `GET /`

Response succes!

**Response:**

- `200 OK` on success

---

### `POST /Upload`

Classify Image of the Flowers

**Parameters:**

- `file`: The image file of the flowers to classify.

**Response:**

- `200 OK` on success