From db6c96bdef0810a5fbd4c324a9b4d8136bd88bd1 Mon Sep 17 00:00:00 2001 From: Jaivanti Dhokey <62715739+jaivanti@users.noreply.github.com> Date: Sun, 23 Oct 2022 00:45:27 +0530 Subject: [PATCH] Create Anxiety_chatbot.md --- Projects/2-Intermediate/Anxiety_chatbot.md | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Projects/2-Intermediate/Anxiety_chatbot.md diff --git a/Projects/2-Intermediate/Anxiety_chatbot.md b/Projects/2-Intermediate/Anxiety_chatbot.md new file mode 100644 index 00000000..a2924fd4 --- /dev/null +++ b/Projects/2-Intermediate/Anxiety_chatbot.md @@ -0,0 +1,27 @@ +# Anxiety Chatbot + +**Tier:** 1-Intermediate + +In the Anxiety Chatbot application, the user can anonymously chat with bot and speak their heart out without getting judged. The Anxiety chatbot will help to calm the user down and recommend some resources which will help them deal with mental health issues. +The application can be build using a variety of tech stacks like python, html/CSS, JavaScript, Machine learning- NLP, third party software’s like IBM Watson for chatbot integration development. + +### Constraints ### + +- The bot can sometimes unrecognize and misunderstand on what the user really means and may provide wrong responses. +- Getting a large amount of dataset for such application in order to make a empathetic bot is really a big challenge. + +## User Stories +- [ ] User can be anonymous and without having any fear of judgement can share their hearts out. +- [ ] User’s data won’t be stored, so as to maintain the confidentiality +- [ ] Users can expect information about various mental health issues. +- [ ] Users can also get access to resources helpful to deal with mental health problems. + +## Useful links and resources +- [A review of Mobile chatbots to deal with Depression](https://www.sciencedirect.com/science/article/pii/S2666990021000112) +- [Can AI help with mental health issues?](https://www.mobihealthnews.com/news/study-finds-ai-chatbot-could-help-college-students-anxiety-depression) +- [elomia - A mental health guider chatbot](https://elomia.com/) + +## Example projects +- [Chatbot for mental health](https://github.com/pandeyanuradha/Chatbot-for-mental-health) +- [Mental Health Chabot](https://devpost.com/software/mental-health-chat-bot-jmoc8s) +- [Therapy chatbot](https://www.kaggle.com/code/sercanyesiloz/therapy-chatbot-nlp)