Git Product home page Git Product logo

digiinote's Introduction

![digiinote] (https://github.com/abruckman/digiinote/blob/development/public/images/header-smaller.png?raw=true)

digiinote_image

digiinote_image2

Description

Digiinote is a Rails app that takes in an uploaded image of handwritten notes and digitizes them directly into a Google Drive document. After each submission, you are able to view the document on an embedded Google Drive

##Usage

  • Visit the digiinote main page and upload an image

  • Or capture an image instantly


The site is available live on Heroku


0. Fork and then clone the repo

In your terminal run:

  git clone https://github.com/<your-username>/digiinote.git

1. Get and hide your API keys

2. Include dontenv gem in your gem file

You'll need to get API keys from:

.env file

This is what our .env file looks like, with the empty strings replaced with API keys.

GOOGLE_SECRET_KEY = ""
OAUTH = ""
CLIENT_SECRET = ""
PROJECT_ID = ""
AUTH_URI = ""
TOKEN_URI = ""
AUTH_PROVIDER_X509_CERT_URL = ""
REDIRECT_URIS = ""
TYPE = "service_account"
PRIVATE_KEY_ID = ""
PRIVATE_KEY = ""
CLIENT_EMAIL =" ""
CLIENT_ID = ""
CLIENT_X509_CERT_URL = ""
DEPLOYED_TO = "local"

Google SDK

This app requires use of the Google SDK for GCloud authorization

  1. Use Homebrew to install the Google SDK by entering brew install Caskroom/cask/google-cloud-sdk
  2. To get access to your GCloud resources enter gcloud auth application-default login
  3. This will take you to your google account where you can log in

3. Navigate to the project

  • Run bundle install to install the gems
  • Start the rails server (localhost)
cd digiinote
bundle
rails s

Site will be live at https://localhost:3000/

About digiinote

Our team noticed a trend of circulating images on our cohort’s Slack Channel that had various handwritten notes on whiteboards, post-its, and/or notebook paper that were impossible to keep track of. We integrated the Google Vision, Google Drive, and Google OAuth API to build a user-friendly application that digitizes handwritten notes.

#####Languages and technologies:

  • Ruby on Rails
  • Materialize
  • HTML/CSS
  • Javascript
  • PostgreSQL

Contributors

Credits

Thanks to @KDwinzel for inspiration with his Ocrad JS.

digiinote's People

Contributors

saravshah avatar valeria-martinez avatar abruckman avatar mjmurra4 avatar jdraper9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.