-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/PranavMurali/asl_app-expo
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# asl_app-expo | ||
# ASL App | ||
|
||
#### An application built to translate american sign language into audio, to ease communication between those with disabilties and those without, using a GAN model made in tensorflow , (Note: Currently running MobileNet model). The custom model is yet to be loaded. | ||
|
||
|
||
#### The app uses Expo utiliies like expo-speech and expo-camera. It is styled using Tailwind CSS. | ||
### In-App Screenshots | ||
<p float="left"> | ||
<img src="../master/Readme/Home.jpeg" alt="drawing" width="200"/> | ||
<img src="../master/Readme/Settings.png" alt="drawing" width="200"/> | ||
<img src="../master/Readme/Model Screen.jpeg" alt="drawing" width="200"/> | ||
</p> |