Skip to content

Sign language detection website can recognise gesture through webcam in real-time and by uploading images using CNN, image-classification and image-recognition.

Notifications You must be signed in to change notification settings

caniz-lupuz22/Sign-Language-Detection-Website

 
 

Repository files navigation

Sign-Language-Detection-Website

Sign language detection website can recognition gesture through webcam in real-time and by uploading images using CNN, image-classification and image-recognition.

Installation

Install the environment

conda create -n tf python==3.7.9
conda activate tf

Installing dependencies

pip install -r requirements.txt

Running the django server

python manage.py runserver

Link to access the website

127.0.0.1:8000/

DataSet

This dataset has a total of 52,000 images of signs(alphabets); the dataset is separated into two sections: training and testing. The testing dataset has a capacity of 6,500 images, and the training dataset has a total of 45,000 images. In both the training and testing dataset, the images are being classified into 26 categories, each category images labelled with alphabets from A to Z. They are 26 labelled images folders in both the training and testing dataset. In each alphabet labelled folder, they are 250 images of that alphabet in the testing dataset and 1,750 images of that alphabet in the training dataset.

Images

Home Page
home

Upload Page
upload

Detection Page
webcam

Results
P

2

About

Sign language detection website can recognise gesture through webcam in real-time and by uploading images using CNN, image-classification and image-recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.2%
  • HTML 29.8%
  • CSS 12.0%