A chat application built for mobile devices as well as for Windows, based on Flutter, Django, and Llama. This application supports various features such as message translation, editing, deleting, and reactions.
- Real-time messaging
- Message translation to multiple languages
- Edit and delete messages
- Add reactions to messages
- Speech-to-text functionality
- Dark mode support
- Frontend: Flutter
- Backend: Django
- AI Integration: Llama
- Flutter SDK: Install Flutter
- Dart SDK: Included with Flutter
- Python: Install Python
- Django:
pip install django
- Llama: Follow the installation instructions for Llama
- Clone the repository:
git clone https://github.com/your-username/Chat-Application.git cd Chat-Application
- Install dependencies:
flutter pub get
- Clean the project:
flutter clean
- Run the application:
flutter run