Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datvodinh/asl-recognition

A Deep Learning Project about Sign Language Regconigtion
https://github.com/datvodinh/asl-recognition

cnn deep-learning resnet sign-language vision-transformer

Last synced: about 17 hours ago
JSON representation

A Deep Learning Project about Sign Language Regconigtion

Awesome Lists containing this project

README

        

# Sign Language Detection

![Alt text](img/image.png)

## Result

![Alt text](img/result.png)

## Clone

```bash
git clone https://github.com/datvodinh/sign-language-detection.git
cd sign-language-detection # IF NOT ALREADY IN
```

## Setup, Build Package and download Checkpoint, Dataset and Demo

```bash
source ./scripts/setup.sh
```

## Train

```bash
python -m dl_project.train --model resnet --batch_size 64
```

### Train all

```bash
python -m dl_project.train --model all --batch_size 64
```

### Train Demo

```bash
python -m dl_project.train --model resnet --batch_size 64 --max_epochs 10 --folder generate --name demo
```

### Run Demo

```bash
python app.py
```

## Help

```bash
python -m dl_project.train -h
```