A mental therapy chatbot
- The original dataset is accessible at here
- The modified dataset for llama-2 format is accessible at here
- The finetuned llama-2-7b-chat-hf model is accessible at here
docker build -t {image_name} .
docker run --gpus all -p 5555:5555 -itd --name {container_name} {image_name}
- Chatbot will be accessible at
http://{server_ip}:5555/gradio
- Chatbot API will be accessible at
http://{server_ip}:5555/generate
- Roberta Emotion Classification api will be accessible at
http://{server_ip}:5555/emotion
- Suicide Prediction api will be accessible at
http://{server_ip}:5555/suicide
- Plutchik Emotion API available at
http://{server_ip}:5000/predict_sentiment
andhttp://{server_ip}:5000/predict_sentiment_scores
- The API docs are available at
http://{server_ip}:5555/docs