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
- Host: GitHub
- URL: https://github.com/adikahnf/flowers_scan_model
- Owner: adikahnf
- Created: 2024-08-29T12:28:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:54:21.000Z (almost 2 years ago)
- Last Synced: 2025-11-12T21:07:14.949Z (8 months ago)
- Topics: deep-learning, flask-api, mobilenetv2, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 8.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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