USE AT YOUR OWN RISK I am not responsible for any damages or use cases you may take this project for
The project uses the os
library to create a file called conversation_history.json
while it's not a warning or critical you should understand what the code may do on your machine as it's your right as a user
1 - clone the repository by opening your terminal and pasting this
git clone https://github.com/Masrkai/Mental_Health_Focused_Ai.git
2 - get your hugging face token following the steps on here: hugging face documentation
3 - cd to the downloaded directory
4 - create a file named .env
5 - paste this into the .env
file and replace YOUR_TOKEN
with your token:
HF_API_KEY=<YOUR_TOKEN>
6 - download the needed repositories using this command in the project directory
pip install -r requirements.txt
if you had permission issues use
pip install --user -r requirements.txt