PsychBot is a project aimed at providing psychological assistance through an interactive chatbot. This README provides instructions on how to clone the repository, set up Ollama, and download the necessary requirements to run the project locally.
To clone the repository, follow these steps:
- Open your terminal.
- Navigate to the directory where you want to clone the repository.
- Run the following command:
git clone https://github.com/dayitachaudhuri/PsychBot.git- Create a python virtual environment.
- Download the requirements.
pip install -r requirements.txt- Download and run Ollama 3.2 locally using the instructions in the video https://www.youtube.com/watch?v=Ox8hhpgrUi0&t=193s
Now the code is ready to be executed! Feel free to play around with the notebook and leave a comment below.