--- 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.