Emotion Detection App
I built an application that detects and classifies emotions in text inputs using a fine-tuned NLP model (1) — and you can try it live at the bottom of this page.
I built an application that detects and classifies emotions in text inputs using a fine-tuned NLP model (1) — and you can try it live at the bottom of this page.
I built PyGitGraph, an open-source tool that extracts full details of thousands of GitHub Issues using Python and GraphQL — and exports them to CSV or JSON for analysis.
Ever ordered pizza online? Imagine someone using the address form to secretly tell the website's database to reveal everyone's credit card details. That's SQL Injection — attackers sneaking malicious code through input forms to break into websites and databases.
Ever checked your credit card statement and spotted a transaction you didn't make? That's anomaly detection in action — and understanding how it works is more practical than you'd think.