All Projects → channelCS → digit-identify

channelCS / digit-identify

Licence: MIT License
Digit classification with Convolutional Neural Networks using Keras

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to digit-identify

PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+100%)
Mutual labels:  heroku
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+884.21%)
Mutual labels:  heroku
caligo
SelfBot for Telegram
Stars: ✭ 34 (+78.95%)
Mutual labels:  heroku
pbchess
An open-sourced free online chess platform
Stars: ✭ 42 (+121.05%)
Mutual labels:  heroku
groupme-at-all
A Hubot chat bot to mention every user in a GroupMe channel all at once.
Stars: ✭ 94 (+394.74%)
Mutual labels:  heroku
quiz-host-app
Multiplayer quiz app built on Salesforce technology (host app)
Stars: ✭ 69 (+263.16%)
Mutual labels:  heroku
ror-capstone
Ruby on Rails app to track activities and assign a group to them
Stars: ✭ 15 (-21.05%)
Mutual labels:  heroku
heroku-buildpack-cli
No description or website provided.
Stars: ✭ 38 (+100%)
Mutual labels:  heroku
buffalo-heroku
Sets up and deploys apps to Heroku
Stars: ✭ 14 (-26.32%)
Mutual labels:  heroku
search photo-telegram-bot-heroku
一个可以部署在heroku上的搜图机器人
Stars: ✭ 137 (+621.05%)
Mutual labels:  heroku
Deploying Django To Heroku Tutorial
Deploying a Django App To Heroku Tutorial
Stars: ✭ 20 (+5.26%)
Mutual labels:  heroku
twitch-chat-visualizer
A Node.js Project. Would you like to see your chat stream with a custom design? This is for you!
Stars: ✭ 14 (-26.32%)
Mutual labels:  heroku
herogate
Heroku + AWS Fargate = Herogate 🚀 Deploy and manage containerized applications like Heroku on AWS
Stars: ✭ 17 (-10.53%)
Mutual labels:  heroku
mrbelvedere
NOTE: See the old-master branch for the mrbelvedere codebase that was formerly in use.
Stars: ✭ 17 (-10.53%)
Mutual labels:  heroku
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+421.05%)
Mutual labels:  heroku
help-me
When there's none to go to. In times of danger or trouble, there is nowhere to seek help from. Help-me comes with an innovative solution to the above problem. It will automatically send notifications to your nearby people and it will be the moral duty of the people to help the person in danger.
Stars: ✭ 20 (+5.26%)
Mutual labels:  heroku
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (+26.32%)
Mutual labels:  heroku
acm
Automatic wildcard certificate management for Cloudflare and Heroku
Stars: ✭ 40 (+110.53%)
Mutual labels:  heroku
rjango
Django boilerplate with GraphQL, serving a Webpack compiled React Relay Modern frontend.
Stars: ✭ 73 (+284.21%)
Mutual labels:  heroku
heroku-bash-completion
💀 OFFICIAL SUPPORT NOW AVAILABLE: https://github.com/heroku/heroku-cli-autocomplete
Stars: ✭ 12 (-36.84%)
Mutual labels:  heroku

Handwritten-Digit-Classifier

Deploy license dep1 dep2 dep3

Objective Goal

Idenity Handwritten Digits with Convolutional Neural Network using Flask and deploy the app on Heroku.

Description

The Model uses Convolutional layers for predicting class labels of the image passed.

Dependencies

The required dependencies are mentioned in requirement.txt, conda-requirements.txt and runetime.txt.

Deploy the application

Using GitHub

  1. Fork this repo

    Click on the button to make a copy of this repo in your own account.

  2. Clone your repo

     git clone https://github.com/<your-name>/digit-identify.git
    
  3. Log into your Heroku account with CLI.

  4. Push your changes in GitHub

$ git add .
$ git commit -m "Add your commit name"
$ git push origin master
  1. Refresh your Browser and see your updated site

Using Heroku Manual Setup

  1. Setup The App
  • Create a free Heroku Account(Online)
  • Python version >= 2.7 installed locally
  • For Linux:
$ heroku login
Enter your Heroku credentials.
Email: [email protected]
Password:
  • For Windows:
    • Download Heroku CLI
    • Once Installed use heroku command on your command shell (cmd)
  1. Prepare the app
$ git clone https://github.com/heroku/python-getting-started.git
$ cd python-getting-started
  1. Deploy the app
$ heroku create
Creating lit-bastion-5032 in organization heroku... done, stack is cedar-14
http://lit-bastion-5032.herokuapp.com/ | https://git.heroku.com/lit-bastion-5032.git
Git remote heroku added

$git push heroku master
Counting objects: 232, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (217/217), done.
Writing objects: 100% (232/232), 29.64 KiB | 0 bytes/s, done.
Total 232 (delta 118), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing python-3.6.0
remote: -----> Installing requirements with latest pipenv...
remote:        Installing dependencies from Pipfile.lock...
remote:      $ python manage.py collectstatic --noinput
remote:        58 static files copied to '/app/gettingstarted/staticfiles', 58 post-processed.
remote:
remote: -----> Discovering process types
remote:        Procfile declares types -> web
remote:
remote: -----> Compressing...
remote:        Done: 39.3M
remote: -----> Launching...
remote:        Released v4
remote:        http://lit-bastion-5032.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To [email protected]:lit-bastion-5032.git
 * [new branch]      master -> master

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].