Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# ProjectTourOSM
Data science project for answering questions based on the OSM dataset. Final Project for CMPT353
# CMPT 353 - Project Tour OSM

## Installation
To run this project, Python3 and the following libraries must be installed:

- PyTorch
- Pandas
- NumPy
- Matplotlib
- PyYAML
- tqdm
- scikit-learn (sklearn)

### Installing Python3
Download and install Python3 from the [official website](https://www.python.org/downloads/).

### Installing required libraries

You can install the required Python libraries using `pip`, Python's package installer. Open a terminal or command prompt and execute the following commands:

```bash
pip3 install torch pandas numpy matplotlib pyyaml tqdm scikit-learn
```


### Installing
Clone the Repository
```
git clone [email protected]:ShayGeko/ProjectTourOSM.git
```
```
cd ProjectTourOSM
```