https://github.com/felixbehne/sentiment-analysis-twitter
A Kedro based machine learning pipeline for predicting the sentiment of a given tweet.
https://github.com/felixbehne/sentiment-analysis-twitter
kedro sentiment-analysis twitter
Last synced: about 2 months ago
JSON representation
A Kedro based machine learning pipeline for predicting the sentiment of a given tweet.
- Host: GitHub
- URL: https://github.com/felixbehne/sentiment-analysis-twitter
- Owner: FelixBehne
- License: mit
- Created: 2021-11-04T11:17:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T16:32:22.000Z (about 1 year ago)
- Last Synced: 2024-11-26T08:12:23.645Z (11 months ago)
- Topics: kedro, sentiment-analysis, twitter
- Language: Jupyter Notebook
- Homepage:
- Size: 350 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sentiment Analysis on Twitter data
A Kedro based machine learning pipeline for predicting the sentiment of a given tweet.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About The Project
[![Product Name Screen Shot][product-screenshot]](")
This pipeline was created in the context of a study project at [DHBW Ravensburg](https://www.ravensburg.dhbw.de/startseite).
### Built With
* [Kedro](https://kedro.readthedocs.io/en/stable/)
* [pipelinex](https://pipelinex.readthedocs.io/en/latest/)
* [Nltk](https://www.nltk.org/)
* ...## Getting Started
### Installation
1. Clone the repo
```sh
git clone https://github.com/FelixBehne/sentiment_analysis_twitter.git
```
2. Run default pipeline
```sh
kedro run
```## License
Distributed under the MIT License. See `LICENSE` for more information.
[product-screenshot]: images/pipeline.png