Giter Site home page Giter Site logo

gearman0712 / imagebucket Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 699 KB

Welcome to ImageBucket , your own library of images, which helps you to add, delete and classify images into groups!

HTML 3.75% CSS 5.45% JavaScript 90.80%
react tesseract css3 html5 javascript firebase-auth firebase-firestore

imagebucket's Introduction

Image Bucket

Welcome to Image Bucket, your own library of images, which helps you to add, delete and classify images into groups! The App is built on top of ReactJS.

Firebase TesseractJS Tensorflow

Algorithm/Features

  • The images chosen by a user are uploaded to Firebase Storage/ Google Cloud Platform storage buckets.(To choose an image, hover to the cloud button at the bottom right position)
  • The Image is passed through TesseractJS to identify characters!(OCR)
  • The Image is then passed through TensorflowJS's MobileNet Image Classification model to get labels related to the image.
  • The data collected from the above two steps is uploaded to Firestore database(NoSQL).
  • To search image labels, type a search term in the search box.(multiple queries, should be comma separated, eg: "cat, grass" with no trailing commas)
  • A list of identified labels appears on the left sidebar, which on clicking, shows the images corresponding to the clicked label!
  • The images can be deleted from the library by clicking the Delete button corresponding to an image.
  • Information about images can be retreived by clicking the Details button corresponding to an image.

Use the development Version

  • Make sure, the latest version of Node and NPM are installed!
  • Clone the project!
  • Install the necessary NPM dependencies using npm install.
  • Create a Firebase project and integrate the App with the Firebase project!
  • Place the Firebase config in ImageRepository/FirebaseConfig.js in the following format!
var firebaseConfig = {
  apiKey: "api-key",
  authDomain: "project-id.firebaseapp.com",
  databaseURL: "https://project-id.firebaseio.com",
  projectId: "project-id",
  storageBucket: "project-id.appspot.com",
  messagingSenderId: "sender-id",
  appId: "app-id",
  measurementId: "G-measurement-id",
};

export default firebaseConfig;
  • To start the project, use npm start.

Notes!

  • The app uses TensorflowJS MobileNet's pretrained model which only use browser resources instead of a GPU, so the performance may be a bit lower, as compared to paid cloud solutions like Google Cloud Vision, Amazon Rekognition or Azure Computer Vision!
  • Only for the users testing the development version - While running npm run build, The user may face issues in the production version,(not the currently hosted version), please refer this to fix the Tensorflow issue.

imagebucket's People

Contributors

gearman0712 avatar

Watchers

James Cloos avatar  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.