Giter Site home page Giter Site logo

mlh-fellowship / teamkerberos_pod1.0.2 Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 2.0 77.55 MB

A way to connect everyone in this virtual world. An application for hearing/speech impaired people to make it easy for them to communicate in this pandemic.

License: MIT License

Python 52.25% HTML 33.80% JavaScript 13.95%
hacktoberfest flask javascript tensorflow websockets mlh-fellowship

teamkerberos_pod1.0.2's Introduction

ASL Translator

GitHub issues Code style: black Size

Pre-commit LicenseGitHub pull requests by-label

This project is a sign language alphabet recognizer using Python, openCV and tensorflow for training InceptionV3 model, a convolutional neural network model for classification.

The framework used for the CNN implementation can be found here:

Simple transfer learning with an Inception V3 architecture model by xuetsing

This is the demo repository of our first hackathon at MLH-Fellowship Fall'2020.

Installation and Setup

Setup and running of project (Backend)

  • Fork the repo and clone it.
  • The project now uses pipenv to manage dependencies.
  • Install Pipenv using the following command:
pip install pipenv
  • Navigate to the project directory and initialize the environment using the following command -
pipenv shell --python 3.5
  • The above step also activates the environment, for activating the environment in subsequent sessions type the following command:
pipenv shell
  • At the root of your project directory
pipenv install
pre-commit install
  • This will setup the project requirements and pre-commit test hooks!

  • Then run the following command to run the backend service -

python server/app.py
  • This will run the project at localhost:5001

Contribution to the project

GitHub issues GitHub pull requests GitHub contributors

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.

Commits

  • Write clear meaningful git commit messages (Do read this).
  • Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (Check this for more info)
  • If you're making very, very small changes to your PR (such as fixing a failed Travis build, or making some minor style corrections or minor changes requested by reviewers), make sure you squeeze your commits afterwards, so you don't have an absurd number of commits for a very small fix. (Learn how to squash at here)
  • If you are submitting a PR for a UI-related topic, it would be really awesome if you could add a screenshot of your change or a link to a deployment where it can be tested along with your PR. This makes it very easy for reviewers and you will also get reviews faster.

Contributors

Maintainers of the project

Amazing members of Team Kerberos!


Shubhank Saxena

๐Ÿ’ป ๐ŸŽจ ๐Ÿšง

Abhishek Chaurasia
๐Ÿ’ป ๐ŸŽจ ๐Ÿšง

Shreya Gupta
๐Ÿ’ป ๐ŸŽจ ๐Ÿšง

teamkerberos_pod1.0.2's People

Contributors

iamabhishek0 avatar shreyagupta30 avatar shubhank-saxena avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

teamkerberos_pod1.0.2's Issues

Improve Readme

The readme file should have the following steps -

  • Contribution method
  • Setup steps
  • Contributors list (improved)
  • Future enhacnements

Modularity of UI

Need to enhance the UI to fit our needs of the project.

  • Work on pane distribution
  • Need to work on user management

Text Append issue

Currently, all the translated text is being presented by one character only. Need to fix that and make sure that all of the presented characters are appended one after other to form a proper word.

Client side rendering

Need to program the client side rendering of the endpoint to access browser device API so that we can use the client camera

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.