Jawkx / yocco-js

YOU CAN ONLY CHEAT ONCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOCCO JS

Description

Acronym for You Only Can Cheat Once. This is a proof-of-concept online protoring webapp that is develop for our Year-3 Meng in Electrical and Electronic group project.

Features

The web app is currently in development, and it have features as below:

  1. Detecting the user's face direction.
  2. Detecting suspicious object from the user.
  3. Detecting suspicious speech from user.
  4. Sending the detection results to a server.
  5. Monitoring and compiling "result score" from a client.

Technologies used

The technologies used in this project are as below

  1. React Js A Javascript framework for building web interface made by Facebook

  2. Tensorflow Js Tensorflow is a machine learning framework design for running machine learning model on javascript website. Few pretrained models are used such as Object Detection with CocoSSD , Face Detection with BlazeFace.

  3. Web Speech API An API that was built in into newer version of Google Chrome browser that can enable speech recognition.

  4. Firebase Firebase is a backend service provided by google. In this project, a database in firebase called Cloud Firestore was used to store result that was sent from the user's device.

About

YOU CAN ONLY CHEAT ONCE


Languages

Language:JavaScript 91.5%Language:CSS 4.6%Language:HTML 3.9%