This AI-powered bot is designed to offer emotional support and assistance to individuals dealing with mental health issues. It provides access to mental health resources, guidance, and support. By integrating language translation, the chatbot becomes highly efficient, breaking language barriers and ensuring accessibility for a diverse range of users.
The development of a chatbot capable of language translation holds transformative potential, serving as a catalyst in overcoming language barriers for effective communication and information exchange. Its impact extends across various sectors, including healthcare, commerce, and governance, offering a versatile solution to bridge linguistic gaps and enhance global communication.
https://codeaxe.co.ke/multilingobot/
First step is to download the models from the link MODEL add the model in the root project directory.
The following instructions were tested on the Windows and Linux with Python 3.8.
- Clone this repository
https://github.com/shivankushsingh09/CalmAid.git
cd CalmAid/
- Create and activate virtual environment
python -m venv venv
on Linux system
source venv/bin/activate
on Windows system
.\venv\Scripts\activate.bat
- Install requirements
pip install -r requirements.txt
- Run the
flask --app app --debug run