Spaces:
Build error
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:
- Clone the repository:
git clone https://github.com/bayhaqy/X-Dashboard.git
- Install the required dependencies:
pip install -r requirements.txt
Usage
Open the terminal and navigate to the project directory.
Run the application using the following command:
streamlit run app.py
- Please see the ip address website.
- 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.