/Mental-Health_ChatBot

This project is made as part of MIni Project by Bandi Manideep, Aditya and Manogna

Primary LanguageCSS

Mental-health-Chatbot

This is a chatbot designed to provide support, information, and guidance related to mental health.

How to run it?

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