COVIDImpact / CovidImpact

COVID-19 is impacting countless small businesses across Canada, we all face uncertainty. Several colleagues and I asked what we could do to help? After a weekend of non-stop coding we’ve put together #CovidImpact, a FREE Small Business Care Package which features: A curated list of programs to help them through the crisis. Real-time news relevant to Canadian ventures Simulation tool to see how their business may be affected across various scenarios depending on how long COVID-19 drags out for. Together, Canadian businesses will get through this by supporting each other! CovidImpact is built in Vue with Javascript, HTML and CSS files. The project utilizes various Bootstrap-Vue components and newsapi.org to get the latest business news. The app is hosted on S3 and uses serverless functions for a mailchimp newsletter.
http://covidimpact.ca/
Apache License 2.0
3 stars 0 forks source link

NLP Sentiment Analysis of Canadian Covid-19 News #25

Open Aliserag opened 4 years ago

Aliserag commented 4 years ago

Overview:

At a birds eye view being able to get a feeling of how optimistic Canadian businesses is valuable from a day to day perspective.

What needs to be done:

  1. Add an emoticon face in the top right of the News page that has 5 states - Scared, Crying, Neutral, Smiling, Excited
  2. Display the emoticon that best matches the sentiment analysis of the news results on the page.
  3. Find an API to analyze the text: https://rapidapi.com/collection/sentiment-analysis
  4. Write a function that parses all the content and titles of the News item and returns a score from 1-5. Map the resulting number to the emoticon displayed.

Criteria of success:

  1. Emoticon changes based on the news.

Documentation:

https://medium.com/rakuten-rapidapi/top-10-sentiment-analysis-apis-microsoft-aylien-and-more-29b98dbc045

https://rapidapi.com/collection/sentiment-analysis

https://www.flaticon.com/free-icons/emoticon

Stakeholder:

@Aliserag

NoirKomBatman commented 4 years ago

Waiting for IBM creds