Skip to content

Latest commit

 

History

History
executable file
·
51 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

executable file
·
51 lines (38 loc) · 1.56 KB

Mental-health-Chatbot

This is an AI-powered bot designed to provide emotional support and assistance to individuals struggling with mental health issues. It can help individuals access mental health resources, offer guidance and support. With the integration of Language translation, this chatbot will be very efficient as it will be able to break the language barriers.

The creation of a chatbot capable of language translation, holds transformative potential, acting as a catalyst in overcoming language barriers for effective communication and information exchange. Its impact spans diverse sectors, including: healthcare, commerce, and governance etc. offering a versatile solution to bridge linguistic gaps.

https://codeaxe.co.ke/multilingobot/

How to run it?

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.

  1. Clone this repository
git clone https://github.com/Rogendo/Mental-health-Chatbot.git
cd Mental-health-Chatbot/
  1. Create and activate virtual environment
python -m venv venv

on Linux system

source venv/bin/activate

on Windows system

.\venv\Scripts\activate.bat
  1. Install requirements
pip install  -r requirements.txt
  1. Run the
flask --app app --debug run

image