Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 3.27 KB

README.md

File metadata and controls

69 lines (49 loc) · 3.27 KB

Externship-Project

This GitHub repository for the Smart Bridge externship program. Our Flask website effortlessly translates sign language gestures, detects and interprets emotions, fostering inclusive and seamless communication.

Link of the Demo Video of the Project:

Team Members

Folder Structure

.
├── Project Report
│   └── Vehicle damageDamageAssessmentAndCostEstimator_Report.pdf
├── README.md
├── Project
│   ├── Flask_app
│   ├── IPYNB Files
│   └── README.md
└── TeamMembers_Assignments
    ├── 20BKT0097_Rishabh
    ├── 20BKT0123_Tejeswar
    ├── 20BKT0101_Harika
    ├── 20BRS1038_Aniket
    └── README.md

This Repo contains the following structure:

  • Project Report: Contains the SmartBridge Externship Project report in PDF format.
  • README.md: The main readme file providing an overview of the repository.
  • Project: This directory includes the following subdirectories:
    • Flask_app: Contains the code implementation and all the files required to launch the Flask Application.
    • IPYNB Files: Contains the IPYNB files used for training our Emotion and Sign Language Detection models.
    • README.md: Provides additional information about the SignLanguage_and_EmotionDetection folder.
  • TeamMembers_Assignments: Contains separate directories for each team member's assignments as assigned by the SmartBridge Externship program. Each directory is named after the respective team member's registration number.

This organized structure helps categorize the different components and assignments related to the SmartBridge Externship project.

Running of Flask Application

Steps for running the Flask Application is mentioned in the ./Project/Flask_app/ directory

Training of models and Datasets

The IPYNB files for training the Convolutional Neural Networks (CNN) in all three models ofdamage estimation, along with other specifications and details can be found in the ./Project/IPYNB Files/ directory.

By accessing these IPYNB files, users can gain insights into the training process, model architecture, and evaluation metrics employed for both Emotion and Sign Language Detection. Additionally, the associated Datasets utilized for training these models are also included.