Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,61 @@ emoji: 🔥
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
-
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
+
app_port: 8501
|
8 |
+
pinned: true
|
9 |
license: mit
|
10 |
---
|
11 |
|
12 |
+
# X-Dashboard
|
13 |
|
14 |
+
## Overview
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
## Installation
|
19 |
+
|
20 |
+
To run X-Dashboard, follow these steps:
|
21 |
+
|
22 |
+
1. Clone the repository:
|
23 |
+
|
24 |
+
```bash
|
25 |
+
git clone https://github.com/bayhaqy/X-Dashboard.git
|
26 |
+
```
|
27 |
+
|
28 |
+
2. Install the required dependencies:
|
29 |
+
|
30 |
+
```bash
|
31 |
+
pip install -r requirements.txt
|
32 |
+
```
|
33 |
+
|
34 |
+
## Usage
|
35 |
+
|
36 |
+
1. Open the terminal and navigate to the project directory.
|
37 |
+
|
38 |
+
2. Run the application using the following command:
|
39 |
+
|
40 |
+
```bash
|
41 |
+
streamlit run app.py
|
42 |
+
```
|
43 |
+
|
44 |
+
3. Please see the ip address website.
|
45 |
+
4. The application will open in your default web browser.
|
46 |
+
|
47 |
+
## License
|
48 |
+
|
49 |
+
This project is licensed under the MIT License.
|
50 |
+
|
51 |
+
## Contact
|
52 |
+
|
53 |
+
For any inquiries or feedback, please reach out us.
|
54 |
+
|
55 |
+
## Acknowledgements
|
56 |
+
|
57 |
+
- [tweet-harvest](https://github.com/bayhaqy/tweet-harvest)
|
58 |
+
- [Streamlit](https://streamlit.io/)
|
59 |
+
- [Plotly](https://plotly.com/)
|
60 |
+
- [ydata-profiling](https://github.com/pandas-profiling/pandas-profiling)
|
61 |
+
|
62 |
+
## GitHub Repository
|
63 |
+
|
64 |
+
Visit the GitHub repository at [X-Dashboard Repository](https://github.com/bayhaqy/X-Dashboard.git) for more information.
|