Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -23,39 +23,6 @@ This application provides a comprehensive tool for fetching and visualizing hist
|
|
23 |
- **Asynchronous Data Fetching**: Efficiently fetch data asynchronously for improved performance.
|
24 |
- **Caching**: Utilize caching to store data with a Time-To-Live (TTL) of one day, reducing redundant data fetches.
|
25 |
|
26 |
-
## Dependencies
|
27 |
-
|
28 |
-
- `yfinance`
|
29 |
-
- `matplotlib`
|
30 |
-
- `numpy`
|
31 |
-
- `concurrent.futures`
|
32 |
-
- `datetime`
|
33 |
-
- `PIL`
|
34 |
-
- `io`
|
35 |
-
- `gradio`
|
36 |
-
- `cachetools`
|
37 |
-
- `aiohttp`
|
38 |
-
- `asyncio`
|
39 |
-
- `pandas`
|
40 |
-
|
41 |
-
## Usage
|
42 |
-
|
43 |
-
### Installation
|
44 |
-
|
45 |
-
1. Install required dependencies:
|
46 |
-
```sh
|
47 |
-
pip install yfinance matplotlib numpy gradio cachetools aiohttp pandas
|
48 |
-
```
|
49 |
-
|
50 |
-
### Running the Application
|
51 |
-
|
52 |
-
1. Execute the script to launch the Gradio app:
|
53 |
-
```sh
|
54 |
-
python your_script_name.py
|
55 |
-
```
|
56 |
-
|
57 |
-
2. Access the Gradio interface in your web browser.
|
58 |
-
|
59 |
### Gradio Interface
|
60 |
|
61 |
- **Select Companies**: Choose one or multiple companies from the provided list.
|
|
|
23 |
- **Asynchronous Data Fetching**: Efficiently fetch data asynchronously for improved performance.
|
24 |
- **Caching**: Utilize caching to store data with a Time-To-Live (TTL) of one day, reducing redundant data fetches.
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
### Gradio Interface
|
27 |
|
28 |
- **Select Companies**: Choose one or multiple companies from the provided list.
|