An open API service indexing awesome lists of open source software.

https://github.com/ianisdev/final_ms_ai_data_analytics

Data analytics for AI Final Project Amazon Stock Market Data Analysis
https://github.com/ianisdev/final_ms_ai_data_analytics

juypter-notebook numpy pandas python sklearn

Last synced: about 1 month ago
JSON representation

Data analytics for AI Final Project Amazon Stock Market Data Analysis

Awesome Lists containing this project

README

          

# Data Analytics for AI - Final Project
- [Github Repo](https://github.com/iAnisdev/final_ms_ai_data_analytics)

## Prerequisites
- **Python Version**: Python 3.12.4

## Installation
1. Clone or download the repository to your local machine.

2. Install dependencies using the `requirements.txt` file:
```bash
pip install -r requirements.txt
```
## Dataset
The dataset used in this project is the [Amazon Stock Market Data (2015-2024) 📈](https://www.kaggle.com/datasets/itzusama/amazon-stock-market-data-2015-2024) from Kaggle. The dataset contains 2498 rows the following columns:

- Date
- Open
- High
- Low
- Close
- Adj Close
- Volume
- Price

## Running the Notebook
1. Launch the Jupyter Notebook server:

```bash
jupyter notebook
```
2. Open the notebook file (index.ipynb) in your browser or IDE.
3. Run the cells sequentially to execute the code.

## License
This project is licensed under the MIT License. See the `LICENSE` file for details.