Metadata-Version: 2.1
Name: mentalHealth
Version: 1.0
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


```python
from mentalHealth import detect_mental_health

detect_mental_health("sentence":str)
```

