All Projects → sugyan → Tensorflow Mnist

sugyan / Tensorflow Mnist

Licence: mit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow Mnist

Node Typescript Koa Rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
Stars: ✭ 739 (-14.37%)
Mutual labels:  heroku
Heroku Django Template
A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
Stars: ✭ 887 (+2.78%)
Mutual labels:  heroku
Pingmydyno
Keep Heroku dynos awake forever ☕️
Stars: ✭ 22 (-97.45%)
Mutual labels:  heroku
Jekyll Auth
A simple way to use GitHub OAuth to serve a protected Jekyll site to your GitHub organization
Stars: ✭ 778 (-9.85%)
Mutual labels:  heroku
Satis On Heroku
Your private Satis instance on Heroku, just one click away.
Stars: ✭ 5 (-99.42%)
Mutual labels:  heroku
Gautocloud
A golang library to let cloud applications connect automatically to services.
Stars: ✭ 17 (-98.03%)
Mutual labels:  heroku
Packtpub Crawler
Download your daily free Packt Publishing eBook https://www.packtpub.com/packt/offers/free-learning
Stars: ✭ 717 (-16.92%)
Mutual labels:  heroku
Discordpy Startup
Herokuでdiscord.pyを始めるテンプレート
Stars: ✭ 27 (-96.87%)
Mutual labels:  heroku
Heroku Cra Node
⚛️ How to use create-react-app with a custom Node server on Heroku
Stars: ✭ 822 (-4.75%)
Mutual labels:  heroku
Piku
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
Stars: ✭ 902 (+4.52%)
Mutual labels:  heroku
Zws
Shorten URLs using invisible spaces.
Stars: ✭ 780 (-9.62%)
Mutual labels:  heroku
Url To Pdf Api
Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
Stars: ✭ 6,544 (+658.29%)
Mutual labels:  heroku
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+4.17%)
Mutual labels:  heroku
Rails Template
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Stars: ✭ 763 (-11.59%)
Mutual labels:  heroku
Heroku Connect Plugin
CLI plugin for Heroku Connect (experimental)
Stars: ✭ 23 (-97.33%)
Mutual labels:  heroku
Ghost On Heroku
One-button Heroku deploy for the Ghost blogging platform.
Stars: ✭ 731 (-15.3%)
Mutual labels:  heroku
Haiku
🚀 Instant Heroku deploys from GitHub branches
Stars: ✭ 17 (-98.03%)
Mutual labels:  heroku
Heroku Buildpack Python
The official Heroku buildpack for Python apps.
Stars: ✭ 849 (-1.62%)
Mutual labels:  heroku
Project Dashboard With Django
Agile Project Management dashboard with Django REST and Vue.js
Stars: ✭ 25 (-97.1%)
Mutual labels:  heroku
Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (-97.8%)
Mutual labels:  heroku

MNIST classification by TensorFlow

screencast

Requirement

  • Python >=2.7 or >=3.4
    • TensorFlow >=1.0
  • Node >=6.9

How to run

$ pip install -r requirements.txt
$ npm install
$ gunicorn main:app --log-file=-

Deploy to Heroku

$ heroku apps:create [NAME]
$ heroku buildpacks:add heroku/nodejs
$ heroku buildpacks:add heroku/python
$ git push heroku master

or Heroku Button.

Deploy

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