Skip to content

Aniket1601/PeacePal-Mental-Health-Chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeacePal

1

Project Overview

The PeacePal is a web-based application Mental Health Bot designed to provide support and information related to mental health. It incorporates HTML, CSS, JavaScript for the front-end, Flask for the back-end, and Pandas for data analysis. The bot offers a user-friendly interface for users to access mental health resources, self-assessment tools, and information about mental health topics.

Mental Health Bot

Features User-friendly Interface: The bot provides a clean and intuitive user interface, making it easy for users to navigate and access information.

Resource Directory: Users can search for mental health resources such as helplines, therapists, and support groups. This information is stored in a Pandas DataFrame and can be easily updated.

Self-assessment: The bot includes self-assessment quizzes that users can take to evaluate their mental health. The results are displayed in a user-friendly format.

Information Articles: Users can access articles and information about various mental health topics, which are displayed on the website.

Prerequisites

Python 3.x installed on your system.

Flask library installed. You can install it using pip install Flask.

Pandas library installed. You can install it using pip install pandas.

The application will be accessible at (http://127.0.0.1:5000/) in your web browser.

Data Management

To manage mental health resources, update the resources.csv file in the data directory. You can use any spreadsheet software to modify this CSV file.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

We thank the open-source community for their valuable contributions and resources that made this project possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.3%
  • CSS 25.4%
  • JavaScript 17.2%
  • HTML 17.1%