Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soumilgit/gesture-sign-language-detection-using-python


https://github.com/soumilgit/gesture-sign-language-detection-using-python

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Gesture Sign Language Detection using Python
Future Scope: Integrate this inside a website for the purpose of usability by the deaf/people in need!

## Tech Stack

### Technologies Used:



- Python

- Jupyter Notebook

## Quick Start

### Cloning the Repository
```
git clone https://github.com/Soumilgit/Gesture-Sign-Language-Detection-using-Python.git
cd hand-gesture-recognition-main
```

### Installation

Navigate to the project directory:
```
cd hand-gesture-recognition-main
```

Install the project dependencies using pip:
```
pip install [necessary modules/packages]
```

### Running the Project
1.Showcase:
Start the local server:
```
python app.py

```
2.Accuracy scoring:
Start the local server:
```
python accuracy_score_checker.py

```

## Deployment Options

### Streamlit

```
cd hand-gesture-recognition-main
```
```
%ls
```
```
!pip install streamlit -q
```
```
!wget -q -O - ipv4.icanhazip.com
```
```
!streamlit run app.py & npx localtunnel --port [port_number]
```