ConigCare Frontend : https://github.com/Judy0817/ConigCare-Mobile-App-FrontEnd
ConigCare Backend : https://github.com/Judy0817/ConigCare-Mobile-App-Backend
A ground-breaking tool called the Text to Sign Language Converter was created to help people who primarily communicate through sign language or have hearing loss close communication gaps. This program provides an easy-to-use interface for turning text messages into GIF animations in Sign Language by utilizing contemporary technologies like Flutter, Dart, and FastAPI.
-
Languages
- Dart - For frontend mobile application development
- Python - For implementing the backend logic with FastAPI and PIL (Python Imaging Library),
-
Tools
- Android Studio, Visual Studio Code
-
Libraries
- tempfile, PIL (Python Imaging Library) , pyrebase, Numpy
-
Database/Storage:
- Firebase Storage - utilized as the database/storage solution to store image assets that correspond to the alphabet's letters, offering the application scalability and dependability.
To set up the Text to Sign Language Converter for development:
- Clone the repository containing the Flutter frontend and FastAPI backend.
- Set up Firebase Storage and configure access credentials.
- Install the necessary dependencies for both Flutter and FastAPI as specified in their respective files (pubspec.yaml for Flutter and requirements.txt for FastAPI).
- Run the backend server locally using FastAPI.
- Run the Flutter application on a simulator or physical device for testing and development.