Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmind/onet
Train and predict procedures of DNN for binary image classification.
https://github.com/fmind/onet
deep-learning image-classification keras python tensorflow
Last synced: 9 days ago
JSON representation
Train and predict procedures of DNN for binary image classification.
- Host: GitHub
- URL: https://github.com/fmind/onet
- Owner: fmind
- License: other
- Created: 2020-08-24T13:53:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T18:25:03.000Z (over 4 years ago)
- Last Synced: 2025-01-01T22:46:49.721Z (about 1 month ago)
- Topics: deep-learning, image-classification, keras, python, tensorflow
- Language: Python
- Homepage:
- Size: 35.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# onet
## Usage
Help procedure:
```bash
onet --help
```Train procedure:
```bash
$ onet train images/train
```Predict procedure:
```bash
onet predict images/predict
```## Installation
```bash
python -m pip install onet
```## Documentation
```bash
python -m pydoc onet
```