This project sets out to use collected data to generate a graphical visualization.
Users can utilize the provided environment to run this project in the Jupyterlab software.
The structure of this project is set up to easily locate any information you are searching for.
project/
│
├── data/
│ └── dataset-csv
│
├── docs/
│ └── Documents/
│ ├── weekly-meetings/
│ └── Report.pdf
│
├── images/
│ ├── dataset-image.png
│ └── predictions.png
│
├── reports/
│ ├── gen-data.py
│ ├── untitled1.py
│ └── untitled2.py
│
├── src/
│ └── Report.ipynb
│
├── .gitignore
├── LICENSE
├── README.md
└── environment.yaml
## License
This project is licensed under the MIT License - see the LICENSE file for details.