Tranquil Talk is a mental health chatbot that provides support and information. This project consists of a backend server (chatbot.py) and a frontend user interface (chatbot-ui) built using React.
-
Open the "chatbot.py" file using PyCharm or any other integrated development environment (IDE) of your choice.
-
Ensure that Python is installed on your local system.
-
Run the "chatbot.py" file. This action will create a backend server, and you will see a message indicating a successful launch.
-
Open the Command Prompt (Windows) or Terminal (macOS/Linux).
-
Navigate to the "chatbot-ui" folder in the Command Prompt.
-
Install all Node modules by running the command:
npm install
-
Inside the "chatbot-ui" folder, go to the "src" directory.
-
Type "npm start" and press Enter in the Command Prompt.
npm start