Skip to content

Commit

Permalink
Merge pull request #10 from rileydrizzy/main
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
rileydrizzy authored Dec 16, 2023
2 parents 61822c5 + 620eedf commit 4754534
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Here's a glimpse of the exciting features we plan to implement in the coming wee
| SignText Model | Implement the training of the SignText model | In Progress |
| Deployement of the System| Develop and Deploy the system to Google Cloud. | Planned |
| User Interface | Developing a friendly and functionaly User Interface| Planned |
| Static Transformer | Implementing SOTA model for the translation of Sign to Text| Planned |

## How to Contribute

Expand Down
2 changes: 1 addition & 1 deletion signa2text/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linguify-YB
# Signa2Text

[![LICENSE](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
[![Python](https://img.shields.io/badge/python-3.6-blue.svg?style=flat-square)](https://www.python.org/)
Expand Down
4 changes: 2 additions & 2 deletions signa2text/src/dataset/dataset_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def __init__(self, file_path, table, transform=True):
Initialize a LandmarkDataset.
Parameters:
- file_path (_type_): _description_
- table (_type_): _description_
- file_path (str, pathr): _description_
- table (object): _description_
- transform (bool, optional): _description_, by default True
"""
self.landmarks_metadata_path = METADATA
Expand Down
2 changes: 1 addition & 1 deletion signa2text/src/dataset/preprocess.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Module to define a function for cleaning and processing ASL Fingerspelling frames.
Functions:
- clean_frames_process:
- clean_frames_process:
"""

Expand Down
4 changes: 0 additions & 4 deletions yb2audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ I would like to acknowledge the outstanding contributions of :
**Email:** <[email protected]>
**GitHub:** [@tejuafonja](https://github.com/tejuafonja)

**Name:** Fola Animashaun ***(```Mentor```)***
**Email:** <[email protected]>
**GitHub:** [@Modinat-A](https://github.com/Modinat-A)

## Contact

**Name:** **Ipadeola Ezekiel Ladipo**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def download_dataset_(url, destination_dir):
"""download the dataset from kaggle api
"""download the dataset from kaggle using it api
Parameters
----------
Expand Down

0 comments on commit 4754534

Please sign in to comment.