Skip to content

Commit

Permalink
merge (#9)
Browse files Browse the repository at this point in the history
* update

* updates

* updates

* [add] updates

* [add] updates

* updates

* updates

* [add] updates

* merge
  • Loading branch information
rileydrizzy authored Dec 15, 2023
1 parent 4ce300d commit a8ec3e4
Show file tree
Hide file tree
Showing 54 changed files with 987 additions and 718 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/run_units_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Units Tests

on:
push:
branches:
Expand All @@ -22,8 +20,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.10
run: |
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Pytest
- name: Set up Pytest
run: |
cd linguify
pytest
cd signa2text
pytest
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,14 @@ target/
# pytest cache
.pytest_cache/

#mics
.gitpod.yml
poetry.lock

# Data and models
data/*/*
models/*
kaggle
!.gitkeep
!dataset_paths.json
!dev_samples.json
Expand All @@ -114,7 +119,6 @@ yb2audio/data/*/*

# Development Enviroment
dev.py
#development
dev_env.txt

# Keys
Expand Down
10 changes: 0 additions & 10 deletions .gitpod.yml

This file was deleted.

File renamed without changes.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ setup:
poetry install
poetry add pre-commit
python pre-commit install
@echo "Environment setup complete"
@echo "Environment setup complete"

precommit:
@echo "Running precommit on all files"
python pre-commit run --all-files

export:
export_:
@echo "Exporting dependencies to requirements file"
poetry export --without-hashes -f requirements.txt --output requirements.txt

backup: # To push to Github without running precommit
git commit --no-verify -m "updates"
git push origin main
run_container:
@echo "Running Docker Contain"

24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,29 @@ Effective communication is a cornerstone of societal cohesion, and this project

```bash
# Clone this repository
$ git clone
$ git clone

# Go into the repository
$ cd

# Install dependencies
$ make setup
$ . ./run_setup.sh

# activate virtual enviroment
$ source $(poetry env info --path)/bin/activate
```

### Project Roadmap

Here's a glimpse of the exciting features we plan to implement in the coming weeks:

- [x] Add project's documentation
- [] Develop a Proof of Concept System
- [] Deployment of Proof of Concept System
| Feature | Description | Status |
| ------------------------- | ---------------------------------------------------------- | ----------- |
| 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 |

## How to Contribute

We welcome contributions from the community. If you're interested in contributing, please refer to the [Contributing Guidelines](CONTRIBUTING.md).

## Acknowledgments

Expand All @@ -68,9 +72,13 @@ I would like to acknowledge the outstanding contributions of :
**Email:** <[email protected]>
**GitHub:** [@tejuafonja](https://github.com/tejuafonja)

## Contact
## Support and Contact

If you have questions or need assistance, feel free to reach out to:

**Name:** **Ipadeola Ezekiel Ladipo**
**Email:** <[email protected]>
**GitHub:** [@rileydrizzy](https://github.com/rileydrizzy)
**Linkdeln:** [Ipadeola Ladipo](https://www.linkedin.com/in/ladipo-ipadeola/)

---
File renamed without changes.
File renamed without changes.
23 changes: 2 additions & 21 deletions linguify_yb/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
# Linguify-YB
# Signa-Text

[![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/)
[![PyTorch](https://img.shields.io/badge/PyTorch-1.7.0-orange)](https://pytorch.org/)

![image/gif](https://github.com/rileydrizzy/Cohort8-Ransom-Kuti-Ladipo/blob/main/images/sign%20lang.gif)
![image/gif]()

## Project description

***Overview:*** \

## Project Roadmap

- **[Month Year]:** Project Initiation
- **[Month Year]:** Core Functionality Completion
- **[Month Year]:** User Interface Design Completion
- **[Month Year]:** Data Integration Completion
- **[Month Year]:** Testing and Quality Assurance Completion
- **[Month Year]:** Deployment to Production

## How to Contribute

We welcome contributions from the community. If you're interested in contributing, please refer to the [Contributing Guidelines](CONTRIBUTING.md).

## Support and Contact

If you have questions or need assistance, feel free to reach out to [Your Contact Information].

---
9 changes: 0 additions & 9 deletions linguify_yb/data/dev_samples.json

This file was deleted.

65 changes: 0 additions & 65 deletions linguify_yb/src/benchmark.py

This file was deleted.

6 changes: 0 additions & 6 deletions linguify_yb/src/config.py

This file was deleted.

119 changes: 0 additions & 119 deletions linguify_yb/src/dataset/dataset_loader.py

This file was deleted.

28 changes: 0 additions & 28 deletions linguify_yb/src/dataset/preprocess.py

This file was deleted.

Loading

0 comments on commit a8ec3e4

Please sign in to comment.