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.
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.
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
We thank the open-source community for their valuable contributions and resources that made this project possible.