Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haydenshively/guardian-angel
LSTM for sentiment analysis and detection of domestic violence | LA Hacks 2019 (pair programming)
https://github.com/haydenshively/guardian-angel
android gcp-cloud-functions lstm sentiment-analysis
Last synced: 23 days ago
JSON representation
LSTM for sentiment analysis and detection of domestic violence | LA Hacks 2019 (pair programming)
- Host: GitHub
- URL: https://github.com/haydenshively/guardian-angel
- Owner: haydenshively
- License: unlicense
- Created: 2019-03-31T00:09:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T21:54:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T21:37:32.706Z (over 1 year ago)
- Topics: android, gcp-cloud-functions, lstm, sentiment-analysis
- Language: Java
- Homepage:
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guardian-Angel
LSTM for sentiment analysis and detection of domestic violence | LA Hacks 2019This is a quick project that my roommates and I did for LA Hacks 2019. We wanted to use
a smartphone's microphone to detect arguments and domestic violence. Lacking a dataset,
we downloaded videos of Walmart fights from YouTube and trained and LSTM for sentiment
analysis.[Adam Egyed](https://github.com/adamegyed) built an Android app that connects to a GCP
Cloud Function that runs the ML. Data analysis and model training was done by me
in Python.## Results
Sadly, the results weren't great. The LSTM only occassionally identified violent phrases
successfully. We believe this is because the transcripts of the Walmart videos were too
low quality -- arguments are difficult to convert into organized sentences. In any case,
the potential for false positives is far too high for this app to be practical. Further
development would require a better dataset.