# Amharic Voice Chat Application
A voice chat application that allows users to communicate in Amharic. It integrates with DeepSeek for natural language processing.
## Features
- Voice input (speech-to-text).
- Text-to-speech output.
- DeepSeek integration for conversational AI.
## Folder Structure
├── backend/ # Backend code (Flask)
├── frontend/ # Frontend code (React Native)
├── scripts/ # Utility scripts (optional)
├── .gitignore # Files/folders to ignore in Git
├── LICENSE # License file (optional)
└── README.md # Main project documentation
## Setup
1. Install dependencies:
pip install -r requirements.txt