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: 4 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T18:25:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T00:02:26.693Z (4 months ago)
- Topics: deep-learning, image-classification, keras, python, tensorflow
- Language: Python
- Homepage:
- Size: 35.4 MB
- Stars: 0
- Watchers: 2
- 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
```