Bayhaqy commited on
Commit
c9e750e
β€’
1 Parent(s): bc33cf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Regression Stocks Prediction
3
  emoji: πŸ‘€
4
  colorFrom: purple
5
  colorTo: green
@@ -10,4 +10,59 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Stocks Dashboard
3
  emoji: πŸ‘€
4
  colorFrom: purple
5
  colorTo: green
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # Stocks Dashboard
14
+
15
+ ## Overview
16
+
17
+ 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.
18
+
19
+ ## Installation
20
+
21
+ To run Stocks-Dashboard, follow these steps:
22
+
23
+ 1. Clone the repository:
24
+
25
+ ```bash
26
+ git clone https://github.com/bayhaqy/Stocks-Dashboard.git
27
+ ```
28
+
29
+ 2. Install the required dependencies:
30
+
31
+ ```bash
32
+ pip install -r requirements.txt
33
+ ```
34
+
35
+ ## Usage
36
+
37
+ 1. Open the terminal and navigate to the project directory.
38
+
39
+ 2. Run the application using the following command:
40
+
41
+ ```bash
42
+ streamlit run Home.py
43
+ ```
44
+
45
+ 3. Please see the ip address website.
46
+ 4. The application will open in your default web browser.
47
+
48
+ ## Running on Google Colab
49
+
50
+ 1. Open file [Stocks-Dashboard.ipynb](https://colab.research.google.com/github/bayhaqy/Stocks-Dashboard/blob/main/Stocks_Dashboard.ipynb)
51
+ 2. Running the code.
52
+
53
+ ## License
54
+
55
+ This project is licensed under the MIT License.
56
+
57
+ ## Contact
58
+
59
+ For any inquiries or feedback, please reach out us.
60
+
61
+ ## Acknowledgements
62
+
63
+ - [yfinance](https://pypi.org/project/yfinance/)
64
+ - [Streamlit](https://streamlit.io/)
65
+
66
+ ## GitHub Repository
67
+
68
+ Visit the GitHub repository at [Stocks-Dashboard Repository](https://github.com/bayhaqy/Stocks-Dashboard.git) for more information.