Skip to content

Do you think the current pandemic has hit you hard? Don't worry head to our website to get an overall psychiatric analysis.

Notifications You must be signed in to change notification settings

anvit1618/PSY-Pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro page gif

Presenting You the First Psychiatric Assistant PSY-PI

BACKGROUND

The pandemic played with the minds of all the humans beings on the planet. It was fruitful for someone and it was a disaster for many. This pandemic led to unemployment for many people who were devastated and it affected them deeply.

For students like us we were forced to engage ourselves with online classes and online learning took place at a major scale. Students who didn’t had the habit of being in front of their computers for a long time developed some psychiatry problems affecting their mental and personal health. Since everything came to a pause for a long time that is from school going kids playing outside to the people engaged in the industrial sectors. In three psychiatry case-control cohorts, we compared the perceived mental health impact and coping and changes in depressive symptoms, anxiety, worry, and loneliness before and during the COVID-19 pandemic between people with and without lifetime depressive, anxiety, or obsessive-compulsive disorders.

INTRODUCTION

Don’t Worry Now! We Team Pi present you PSY-Pi, Your personal Virtual Psychiatrist who let’s you know about your emotions and makes you aware about them. PSY-Pi works on the principle of computer vision. All we require is a working camera installed in your computer or laptop. PSY-Pi was made to give real time analysis of the behavioral changes observed in the person. Often behavioral changes or the mood swings leads to several mental health issues and people without knowing are admitted to the hospitals. We Team Pi had a vision of avoiding all those psychiatrists demanding huge amount of money. All you need to do is don’t waste money on them unnecessarily and head to our web page before when you require to analyse a person whether he/she is your classmate, friend, colleague, sibling, relative or any other relation you have with the other person.

What we are suggesting here is we require someone to make their relative or a friend or their siblings to make them sit in front of our web app and then all you need to do is head to “Analyze” button below such that when the camera turns on all you need to do is ask questions to the person who you think may have developed some mental health issues.

Just to give you a head’s up is that we require you to allow our web app to take your Video to analyze and then give you the output.

Problem Statement

Now a days, mental health has become a very important part in the healthcare sector, so people are becoming more aware and concern about their mental health, but people don’t know how and what should they do to check their mental health status. The current issue has played with the minds of the people where 1 out of 5 people suffer from mental health issues. Most percentage of people have been prone to depression and loneliness and they usually develop anxiety disorders. And to further tackle mental problems, psychiatrists usually take hefty amount of money.

Team Pi's Solution

We “Team Pi” presents you the virtual assistant, that will read the user’s facial expressions and generate report for the patient, which would help the patient to know their mental health status. They get a detailed report which they could further consult it with a professional psychiatrist in order to get an in depth view of their behavioural changes. We are making their task easier and also we are trying to aware the user’s about their current mental health issues. Rather than spending huge amounts of money to psychiatrists, user’s can go for our web application to view their detailed emotions.

So How does it Work then ?

We took a pre-trained model to minimise our time and further for making this we referred several documents for the same. We also referred several other github repositories to make it more better for the user. Currently our django application runs on a local server. The model was made using tensorflow, python, keras, DB, HTML, CSS and JS.

Here we are analysing the input video, for the datasets we are using the popular FER2013 Kaggle Challenge data set. The data consists of 48x48 pixel grayscale images of faces.
The faces have been automatically registered so that the face is more or less centered and occupies about the same amount of space in each image.
Final model first includes 3 consecutive blocks consisting of the following four layers : one-dimensional convolution layer - max pooling - spatial dropout - batch normalization. The numbers of convolution filters are respectively 128, 256 and 512 for each block, kernel size is 8, max pooling size is 2 and dropout rate is 0.3. Following the three blocks, we chose to stack 3 LSTM cells with 180 outputs each. Finally, a fully connected layer of 128 nodes is added before the last classification layer.
A brief overview of how it works is:
Camera input in the form of several frames -->>Face Detection -->>Facial Landmarks Detection -->>Classification -->>Output in the form of graph

Click here for the datasets You can access all the datasets here.. Cheers !!

Challenges We Ran Into !

So it was really difficult to train but and embed in the backend. Also, Our main aim was to deploy it using domain.com but we couldn't since everything took time.
At times Computer Vision wasn't able to detect properly and we were able to achieve it using haarcascade detection and many more. Well to be honest our team members were a beginner in web development but we tried learning django by reffering several online sites and we could come up with the current project shown.

Accomplishments We Are Proud Of

Yeah, We are proud of providing a statistical analysis to the user as our output giving probability of each emotion at real time response. Further, Computer Vision helped us a lot and later we could build a simple django application.

What all we Learned then ?

Being students we thrive to make much more better projects at each and every hackathon, where our primary goal remains to solve the problems which are usually not given importance too and our neglected as well in the daily scenario.
Participating makes us do several things in a limited time where we learn quickly and try to make our best possible project.

FUTURE GOALS

Our future aim is to add a personal assistant to make it communicate to the user realtime. Adding chatbots for asking frequent questions when the user returns to our web application. We also hoped to add real life psychiatrists, such that the user could also contact them and have feedback based on their analysis overall. So yeah, We tried making difference in the lives of these people.

Reminder: You Are UNIQUE !

I hope we made some difference in the lives of these people.

🤝🏻 Connect with Team Pi

⭐ Members of Team Pi

Brains behind this project:

🧠 Swarup Tripathy

🧠 Yatharth Agarwal

🧠 Anvit Agarwal

About

Do you think the current pandemic has hit you hard? Don't worry head to our website to get an overall psychiatric analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.5%
  • Python 14.3%
  • Jupyter Notebook 7.8%
  • CSS 3.0%
  • JavaScript 2.4%