Skip to content

News Reading app which fetches news from News API and render it in different categories. Machine Learning model is also used to analyse the Sentiment of News Headline

Notifications You must be signed in to change notification settings

mohdzain98/newslookup

Repository files navigation

NewsLookup

A news web app which not only fetches news from API and display them in different categories but also performs News Headlines Sentiment Analysis using Machine Learning for classification of headlines into Healthy and unhealthy.

Prerequisites

Getting Started

  1. Clone the repository:

    git clone https://github.com/mohdzain98/newslookup.git
    cd newslookup
    
  2. Start the Sentiment Analysis flask server

    cd Microservices\SentimentAnalysis & python -m venv sa_venv & sa_venv\Scripts\activate & pip install -r requirement.txt & flask run
    
  3. Install Dependencies
    Open new cmd window and browse to same folder

    cd newslookup
    npm install
    
  4. Run App

    npm start
    
  5. It will be opened in the browser or go to http://localhost:3000/ to view the app

Info

The web app has loading bar and spinner like features for better user experience

About

News Reading app which fetches news from News API and render it in different categories. Machine Learning model is also used to analyse the Sentiment of News Headline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published