Skip to content

Releases: Capstone-Projects-2022-Spring/project-audibleon

Audible ON Software Release

27 Apr 23:32
ec48b0a

Choose a tag to compare

This release includes all latest code developed in regards to Audible ON's final Capstone presentation.

How to Download and Install Mobile App Release

Included in our latest pre-release v0.1.0-beta is an apk file corresponding to our current version of our mobile application. On your Android device, click on the apk file provided in the release to begin downloading and installation. We recommend using SAI apks installer, however any installer recommended by android upon clicking on the file will suffice. As this mobile application is not setup officially with android, there will be warnings regarding android's lack of knowledge of the developer and the potential dangers of installing an app with an unknown author. These warnings are safe to be ignored to proceed with the installation process.

How to Run Mobile App Release

After the app is officially installed on your android device you can open it simply by clicking on the app icon in your apps folder. Once you have done so you can begin navigating the app and its minimal features. For example, by clicking 'Start', you will be taken to the 'Login' page, and by clicking 'Create an account' on that 'Login' page, you will be taken to a 'Sign Up' page. Both pages currently lack registering or logging in functionality, however for purposes of testing navigation, feel free to click the 'start' button. By clicking the 'Skip' button, you will navigate to the 'Home' page. It is on this page that only the 'Start Translation', 'Web Application', and 'Exit' buttons are functional. By clicking the 'Start Translation' button you will be directed to a 'Translation' page where you will be prompted with permission request to use your camera. By allowing access, you can then click on the toggle switch in the top right of the page to open the camera. If you are not seeing frames, it is recommended that you press the back button on the page and click the 'Start Translation' button again to resolve said conflict. Once you are seeing frames, you can either display frames in RGB (color) or grayscale by clicking on the word button in the top left part of the 'Translation' page. You can stop reading frames by clicking on the toggle switch again to move the slider back to its original position. Do this as many time as you would like. You can return to the 'Home' page by clicking the back button on the 'Translation' page or by using your device's back functionality. Once there you can view our currently deployed web application and click on some menu options to attempt to access other pages. Finally, by clicking the 'Exit' button on the 'Home' page, you can close out of the entire app.

Audible ON Software Pre-Release

12 Apr 02:02
069389f

Choose a tag to compare

Pre-release

This release pertains to Milestone Demo 3. It is within this release that one can find both access to our mobile and web application.

New Features:

  • Text to ASL interpretation via web scraper through SignASL.org
  • Audio to ASL interpretation
  • Model integration with application webpage, including both trained model for select words/phrases, as well as finger spelling with Media Pipe integration

Known Bugs:

  • Currently when hosted locally, users connection to the online room in the connect online feature does not work
  • Latency effects of the socket transmission of imagery between the client and server increase lag time and reduce the classification abilities of the models

Build and Run:

v0.1.0-alpha

14 Mar 17:56
fc1d316

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

This release corresponds with the 'Milestone Demo 1' assignment; an integration of ASL gesture recognition, database connectivity, account creation, account credential storage, and Flask web application instantiation is facilitated. Successful utilization of the included code is contingent upon an external provision of AWS server login credentials. Additionally, login credentials for the AWS server must be added to environmental variables toward access to the database.