News-Dashboard / README.md
Bayhaqy's picture
Update README.md
e61bfdd
metadata
title: News Dashboard
emoji: 🔥
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 8501
pinned: true
license: mit

News-Dashboard

Overview

News-Dashboard is an application designed for scraping data from Google News and performing Sentiment Analysis based on the collected data. It utilizes the Google News library for scraping News and is built using the Streamlit framework. The application provides a user-friendly interface for viewing data reports using Agrid, displaying charts with Plotly, generating word clouds, and presenting dataset information through the ydata-profiling library.

Installation

To run News-Dashboard, follow these steps:

  1. Clone the repository:
git clone https://github.com/bayhaqy/News-Dashboard.git
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Open the terminal and navigate to the project directory.

  2. Run the application using the following command:

streamlit run app.py
  1. Please see the ip address website.
  2. The application will open in your default web browser.

Running on Google Colab

  1. Open file X-Dashboard.ipynb
  2. Running all of the code.
  3. Open url where generated from localtunnel.
  4. On the website localtunnel, put the ip public for google colab.
  5. Dashboard will be open.

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, please reach out us.

Acknowledgements

GitHub Repository

Visit the GitHub repository at News-Dashboard Repository for more information.