Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

# 🧠 Child Stress Level Detector

This is a simple Machine Learning app with GUI that detects emotional stress in children based on what they write (in any language like Hindi, English, Gujarati, etc.).

It uses:
- SentenceTransformer for multilingual sentence embeddings
- Logistic Regression for classification
- Tkinter for GUI

## πŸ’» How to Run

1. Clone the repo:
https://github.com/your-username/child-stress-detector.git

2. Install requirements:

3. Run the app:


## πŸ“Š Dataset

The dataset should be in `dataset.xlsx` with two columns:
- `text`: the child's message
- `label`: 0 = not stressed, 1 = stressed

## πŸ” Example Inputs

- **"I had fun today!"** β†’ 😊 No significant stress
- **"I'm scared to go to school."** β†’ 🚨 High stress

## 🧠 Future Ideas

- Add voice input
- Save results to history
- Alert parents automatically

---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages