Is your feature request related to a problem? Please describe.
The current goal is to have a feed that can be plugged in scientific websites and similar places. In this sense, we want to keep it apolitical and refined to a given topic. It would be very in-appropriate if political (or other off-topic)tweets get's jumbled up with the scientific tweets.
Describe the solution you'd like
When a tweet is fetched from twitter, it's first passed through a model that filters out irrelevant tweets based off some form of sentiment/ text analysis. The tweets are then stored in a queue and will later be displayed.
Describe alternatives you've considered
Manually voting tweets. That's what we do now :)
User Stories (optional)
As a scientis, I want to view tweets relavant to my field so that I can stay informed on the given topic area
Feature: Add NLP filter
Scenario: Please use Gherkin here
TODO
Additional context
The solution should be constrained to:
- GPL compatible s/w
- Easily package-able/ deployable
Is your feature request related to a problem? Please describe.
The current goal is to have a feed that can be plugged in scientific websites and similar places. In this sense, we want to keep it apolitical and refined to a given topic. It would be very in-appropriate if political (or other off-topic)tweets get's jumbled up with the scientific tweets.
Describe the solution you'd like
When a tweet is fetched from twitter, it's first passed through a model that filters out irrelevant tweets based off some form of sentiment/ text analysis. The tweets are then stored in a queue and will later be displayed.
Describe alternatives you've considered
Manually voting tweets. That's what we do now :)
User Stories (optional)
As a scientis, I want to view tweets relavant to my field so that I can stay informed on the given topic area
Feature: Add NLP filter
Scenario: Please use Gherkin here
TODO
Additional context
The solution should be constrained to: