An open API service indexing awesome lists of open source software.

https://github.com/theadhithyankr/sentiment-analyzer

Sentiment analysis web app using SVM, Naive Bayes, Flask, HTML, CSS, and JavaScript.
https://github.com/theadhithyankr/sentiment-analyzer

flask html-css-javascript natural-language-processing nlp-machine-learning python sentiment-analysis

Last synced: 16 days ago
JSON representation

Sentiment analysis web app using SVM, Naive Bayes, Flask, HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

          

# Sentiment Analyzer

Sentiment analysis web app using SVM, Naive Bayes, Flask, HTML, CSS, and JavaScript.

## Key Features
- Sentiment analysis web app using SVM, Naive Bayes, Flask, HTML, CSS, and JavaScript
- Backend/runtime files are documented alongside the frontend or app layer when the repository includes them.

## Tech Stack
- Python
- Flask

## Project Structure
- Key files: app.py, models/nb_model.pkl, models/svm_model.pkl, models/vectorizer.pkl.

## Setup and Run
```bash
git clone https://github.com/theadhithyankr/sentiment-analyzer.git
cd sentiment-analyzer
# Open the source files in your preferred editor and run with the matching local toolchain.
```

## What This Project Demonstrates
- Connecting application interfaces to Python services, ML workflows, or backend APIs.
- Presenting project scope, setup, and technical choices clearly for reviewers and recruiters.

## Repository
- GitHub: https://github.com/theadhithyankr/sentiment-analyzer