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

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.

Awesome Lists containing this project

README

          

# Zooclass


Zooclass logo

## 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).


Zooclass home page phone mockup
Zooclass home page phone mockup

## 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.