Skip to content

Jainil570/TRIPOD_

Repository files navigation

TRIPOD

SignAura bridges communication gaps for the deaf and mute communities with AI-powered webapk

  • Frontend: React.js

  • Backend: NodeJS

    Backend Folder Structure

    The generated application has the following backend folder structure:

    src folder which contains your working files that will be used later to create the build. The src folder contains folders as:

    • auth - config the library for authentication and authorization;

    • db - contains such folders as:

      • api - documentation that is automatically generated by jsdoc or other tools;

      • migrations - is a skeleton of the database or all the actions that users do with the database;

      • models- what will represent the database for the backend;

      • seeders - the entity that creates the data for the database.

    • routes - this folder would contain all the routes that you have created using Express Router and what they do would be exported from a Controller file;

    • services - contains such folders as emails and notifications.

  • Database: PostgreSQL

About

TRIPOD uses AI to teach sign language interactively, with real-time recognition, feedback, and progress tracking to support inclusive communication for the deaf and mute

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors