Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soumilgit/gesture-sign-language-detection-using-python
- Owner: Soumilgit
- Created: 2024-11-06T15:07:48.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-11-14T12:08:19.000Z (4 days ago)
- Last Synced: 2024-11-14T12:40:46.881Z (4 days ago)
- Language: Jupyter Notebook
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```