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

X-Dashboard

Overview

X-Dashboard is an application designed for scraping data from Twitter and performing Sentiment Analysis based on the collected data. It utilizes the tweet-harvest library for scraping tweets 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 X-Dashboard, follow these steps:

  1. Clone the repository:
git clone https://github.com/bayhaqy/X-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.

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 X-Dashboard Repository for more information.