HugChat is a chatbot application built with Streamlit that can help you with your mental health. This application allows users to log in and interact with a chatbot that provides responses based on user input.
- User authentication via email and password.
- Interactive chat interface.
- Chat history is maintained during the session.
To run this application, you need to have Python installed on your system. Follow the steps below to set up and run the application.
- Python 3.7 or higher
- pip (Python package installer)
To run the application, use the following command:
streamlit run chatbot.py
Chatting with the Bot Type your message in the chat input box and press Enter. The chatbot will respond to your message, and the conversation will be displayed in the chat interface.