Skip to content

Commit 681ec5a

Browse files
committedSep 15, 2022
update in README.md
1 parent 1b1b8eb commit 681ec5a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,18 @@ Sequential model with
4646
[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.
4747

4848

49-
## Strucure of repo
49+
## Strucure of repository
5050
---
5151
The repository contains the following structure.
5252
- README.md - This is a markdown file which contains details about the project.
5353
- Main scripts - This folder contains the main script files which can be used to either generate the model or for prediction with the model.
5454
- 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).
5661

5762

5863
## Contribution

0 commit comments

Comments
 (0)
Please sign in to comment.