You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add NLP techniques and GUI to Social Media Analyzer
This commit introduces two major enhancements to the Social Media Analyzer:
- Integration of NLP techniques for more sophisticated scam and fake news detection.
- A new web-based GUI built with React to replace the command-line interface.
Backend changes:
- Added `nltk` and `textblob` for NLP tasks.
- Integrated sentiment analysis into the scam detector to identify messages with strong negative sentiment.
- Enhanced the fake news detector with Named Entity Recognition (NER) to identify organizations and people mentioned in articles.
- Created a Flask API to expose the analyzer's functionality to the frontend.
Frontend changes:
- Created a new React application with components for:
- Scam Analyzer
- Fake News Analyzer
- The GUI allows users to analyze text and URLs in a user-friendly interface.
0 commit comments