Bayhaqy commited on
Commit
509e193
1 Parent(s): 081923f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -9,20 +9,20 @@ 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:
@@ -44,6 +44,14 @@ streamlit run app.py
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.
@@ -54,11 +62,11 @@ 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.
 
9
  license: mit
10
  ---
11
 
12
+ # News-Dashboard
13
 
14
  ## Overview
15
 
16
+ 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.
17
 
18
  ## Installation
19
 
20
+ To run News-Dashboard, follow these steps:
21
 
22
  1. Clone the repository:
23
 
24
  ```bash
25
+ git clone https://github.com/bayhaqy/News-Dashboard.git
26
  ```
27
 
28
  2. Install the required dependencies:
 
44
  3. Please see the ip address website.
45
  4. The application will open in your default web browser.
46
 
47
+ ## Running on Google Colab
48
+
49
+ 1. Open file [X-Dashboard.ipynb](https://colab.research.google.com/github/bayhaqy/X-Dashboard/blob/main/X_Dashboard.ipynb)
50
+ 2. Running all of the code.
51
+ 3. Open url where generated from localtunnel.
52
+ 4. On the website localtunnel, put the ip public for google colab.
53
+ 5. Dashboard will be open.
54
+
55
  ## License
56
 
57
  This project is licensed under the MIT License.
 
62
 
63
  ## Acknowledgements
64
 
65
+ - [Gnews]([https://github.com/bayhaqy/tweet-harvest](https://pypi.org/project/gnews/))
66
  - [Streamlit](https://streamlit.io/)
67
  - [Plotly](https://plotly.com/)
68
  - [ydata-profiling](https://github.com/pandas-profiling/pandas-profiling)
69
 
70
  ## GitHub Repository
71
 
72
+ Visit the GitHub repository at [News-Dashboard Repository](https://github.com/bayhaqy/News-Dashboard.git) for more information.