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
- Host: GitHub
- URL: https://github.com/alexius-huang/number-recognizer-rails
- Owner: Alexius-Huang
- Created: 2017-07-30T14:01:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T16:08:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T14:39:47.656Z (5 months ago)
- Language: Ruby
- Size: 263 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Recognizer by Maxwell Alexius

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!