init
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# LipCoordNet: Enhanced Lip Reading with Landmark Coordinates
|
@@ -37,7 +40,7 @@ Lipreading is an advanced neural network model designed for accurate lip reading
|
|
37 |
1. Clone the repository:
|
38 |
|
39 |
```bash
|
40 |
-
git clone https://huggingface.co/
|
41 |
```
|
42 |
|
43 |
2. Navigate to the project directory:
|
@@ -101,4 +104,4 @@ This project is licensed under the MIT License.
|
|
101 |
This model, LipReading, has been developed for academic purposes as a final year project. Special thanks to everyone who provided assistance and all references
|
102 |
## Contact
|
103 |
|
104 |
-
Project Link: https://github.com/ffeew/LipCoordNet
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
metrics:
|
4 |
+
- wer
|
5 |
+
- cer
|
6 |
---
|
7 |
|
8 |
# LipCoordNet: Enhanced Lip Reading with Landmark Coordinates
|
|
|
40 |
1. Clone the repository:
|
41 |
|
42 |
```bash
|
43 |
+
git clone https://huggingface.co/wissemkarous/LIPREAD
|
44 |
```
|
45 |
|
46 |
2. Navigate to the project directory:
|
|
|
104 |
This model, LipReading, has been developed for academic purposes as a final year project. Special thanks to everyone who provided assistance and all references
|
105 |
## Contact
|
106 |
|
107 |
+
Project Link: https://github.com/ffeew/LipCoordNet
|