File size: 1,500 Bytes
22f36b5
c9e750e
22f36b5
 
 
 
 
 
 
 
 
 
c9e750e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: Stocks Dashboard
emoji: πŸ‘€
colorFrom: purple
colorTo: green
sdk: streamlit
sdk_version: 1.27.2
app_file: app.py
pinned: false
license: apache-2.0
---

# Stocks Dashboard

## Overview

Stocks Dashboard is an application designed for scraping data from Yahoo Finance and Stocks Analysis based on the collected data. It utilizes the yfinance library for scraping tweets and is built using the Streamlit framework.

## Installation

To run Stocks-Dashboard, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/bayhaqy/Stocks-Dashboard.git
```

2. Install the required dependencies:

```bash
pip install -r requirements.txt
```

## Usage

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

2. Run the application using the following command:

```bash
streamlit run Home.py
```

3. Please see the ip address website.
4. The application will open in your default web browser.

## Running on Google Colab

1. Open file [Stocks-Dashboard.ipynb](https://colab.research.google.com/github/bayhaqy/Stocks-Dashboard/blob/main/Stocks_Dashboard.ipynb)
2. Running the code.

## License

This project is licensed under the MIT License.

## Contact

For any inquiries or feedback, please reach out us.

## Acknowledgements

- [yfinance](https://pypi.org/project/yfinance/)
- [Streamlit](https://streamlit.io/)

## GitHub Repository

Visit the GitHub repository at [Stocks-Dashboard Repository](https://github.com/bayhaqy/Stocks-Dashboard.git) for more information.