Metadata-Version: 2.1
Name: mentalHealth
Version: 1.14
Summary: This Library tell about your mental health from a sentence. Like are you stressed or not ?
Home-page: https://github.com/Mental-Health-Montitoring-with-AI/mentalHealth
Author: Ujjwal Kar
Author-email: ujjwalkar21@gmail.com
License: UNKNOWN
Keywords: Natural Language Processing
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: click (==8.1.3)
Requires-Dist: joblib (==1.1.0)
Requires-Dist: nltk (==3.7)
Requires-Dist: numpy (==1.22.3)
Requires-Dist: regex (==2022.4.24)
Requires-Dist: scikit-learn (==1.1.0)
Requires-Dist: scipy (==1.8.0)
Requires-Dist: sklearn (==0.0)
Requires-Dist: soupsieve (==2.3.2.post1)
Requires-Dist: textblob (==0.17.1)
Requires-Dist: threadpoolctl (==3.1.0)
Requires-Dist: tqdm (==4.64.0)
Requires-Dist: websockets (==10.3)
Requires-Dist: wordninja (==2.0.0)


```python
from mentalHealth import detect_mental_health

detect_mental_health("sentence":str)
```

