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

https://github.com/alexius-huang/number-recognizer-rails

My Rails 5 Number Recognizer with Python Scikit-Learn
https://github.com/alexius-huang/number-recognizer-rails

Last synced: 3 months ago
JSON representation

My Rails 5 Number Recognizer with Python Scikit-Learn

Awesome Lists containing this project

README

        

# Number Recognizer by Maxwell Alexius

![Number Recognizer UI](https://github.com/Maxwell-Alexius/Number-Recognizer-Rails/blob/master/readme_images/main.png)

A number recognizer based on SVM by Python Scikit-Learn

## Requirements

- Rails 5.1.2
- Ruby 2.4.1
- Gem `foreman` Installed
- Python 3.6
- Python Packages including
- `matplotlib`
- `numpy`
- `scipy`
- `pillow`
- `sklearn`

## How to Play?

Clone it!

```
$ git clone [email protected]:Maxwell-Alexius/Number-Recognizer-Rails.git
```

And then entering the project directory, run:

```
$ foreman start
```

will start both Rails server and JS webpack server.

You can enter the default URL `localhost:5000` and play around with the number recognizer!