You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,18 @@ Sequential model with
46
46
[Adam](https://keras.io/api/optimizers/adam/) optimizer with [categorical crossentropy](https://www.tensorflow.org/api_docs/python/tf/keras/losses/CategoricalCrossentropy) loss function is used. The model is then trained for 10 epochs.
47
47
48
48
49
-
## Strucure of repo
49
+
## Strucure of repository
50
50
---
51
51
The repository contains the following structure.
52
52
- README.md - This is a markdown file which contains details about the project.
53
53
- Main scripts - This folder contains the main script files which can be used to either generate the model or for prediction with the model.
54
54
- Mytrials - This folder contains the files which which were used while training the model and also for testing the codes.
55
-
- other files - Files lke _config.yml , index.md etc are used by github-pages
55
+
56
+
57
+
## Testing the converter
58
+
---
59
+
If you just want to try out the sign-to-speech converter on your system. Just download the directory [Main scripts](./Main%20scripts/)
60
+
and run [application.py](./Main%20scripts/application.py).
0 commit comments