Git Product home page Git Product logo

flash's Introduction

Flash

progress badge

Link to project: https://shan18.github.io/Flash

Flash is an end-to-end Deep Learning platform that allows users to create, train, and deploy their own neural network models in a matter of minutes without writing a single line of code.

The platform currently supports two types of tasks:

Image Classification

Classify images from your own dataset by using them to train a ResNet-34 or MobileNet v2 model. Training happens via transfer learning where models available will be pre-trained on the ImageNet dataset.

image classification gif

Sentiment Analysis

Predict sentiment from sentences by training a LSTM or GRU based sequential model on your own dataset. The models will be trained from scratch.

sentiment analysis gif

How It Works

Using Flash is easy. With just a few clicks you can train and deploy your models automatically. You just have to select your model and upload the dataset, and you're good to go. No code or experience required.

Training

For training a model, you'll have to upload your own dataset and select the model parameters. Depending on the size of the dataset, the model can take anywhere between 3 - 10 minutes to train and deploy your model.

After you upload your configuration, the platform will assign you a unique token. Please save the token as it will used to test the model on the inference page.

training snapshots

Inference

You can perform inference on a trained model by using the token provided to you after submitting the training configuration on the training page.

After submitting the token, you'll get a form where you can upload inputs to check the performance of your trained model. The inference page also provides you with the results of the training process by showing you the accuracy of the model on validation set as well as the change in accuracy during training.

inference snapshots

Behind the Scenes

Flash uses React Js, AWS Lambda, AWS S3 and AWS EC2 to function properly. To know about how flash functions, read the following links in order

  1. Config JSON Files
  2. Training Models
  3. Performing Inference

Setup Instructions

To setup Flash from scratch, read the following links in order

  1. Install serverless. For reference, check this link
  2. Setup config files
  3. Training server setup
  4. Setting up Infernce
  5. Frontend using React

Contact/Getting Help

If you need any help or want to report a bug, raise an issue in the repo.

flash's People

Contributors

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