https://github.com/frederickroman/zooclass
AI-powered zoo animal classifier. It uses a neural network trained on the UCI Zoo dataset with Brain.js. It is shown in a PWA React app.
https://github.com/frederickroman/zooclass
brainjs chartjs classifier feedforward-neural-network mui neural-network pwa pwa-app react react-router reacttypescript zoo
Last synced: 3 months ago
JSON representation
AI-powered zoo animal classifier. It uses a neural network trained on the UCI Zoo dataset with Brain.js. It is shown in a PWA React app.
- Host: GitHub
- URL: https://github.com/frederickroman/zooclass
- Owner: FrederickRoman
- License: mit
- Created: 2021-11-13T06:38:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T01:28:04.000Z (about 4 years ago)
- Last Synced: 2025-01-17T19:55:01.496Z (about 1 year ago)
- Topics: brainjs, chartjs, classifier, feedforward-neural-network, mui, neural-network, pwa, pwa-app, react, react-router, reacttypescript, zoo
- Language: TypeScript
- Homepage: https://zooclass.netlify.app
- Size: 8.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zooclass
## Zooclass
### AI-powered zoo animal classifier
This web app classifies animals based on its description.The questions, classes and data all come from the public [UCI Zoo Data Set](https://archive.ics.uci.edu/ml/datasets/zoo).
## Live website
See [Zooclass website](https://zooclass.netlify.app).
## Main libraries used in this project
- React.js (TS)
- Brain.js
- MUI
- Chart.js
## Project setup
```
yarn install
```
### Compiles and hot-reloads for client development
```
yarn run start
```
### Compiles and minifies for production
```
yarn run build
```
## Data source
See [UCI Zoo Data Set](https://archive.ics.uci.edu/ml/datasets/zoo)
#### Creator:
Richard Forsyth
#### Donor:
Richard S. Forsyth
8 Grosvenor Avenue
Mapperley Park
Nottingham NG3 5DX
0602-621676
#### UCI ML Repository citation.
Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml].
Irvine, CA: University of California, School of Information and Computer Science.