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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This project implementation consists of the following methods:
2. Copy satellite2map.py from cloned repository and place it inside Satellite2Map folder.
3. In Visual Studio Code, open satellite2map.py in preparation to run the script.

#### **Set up the conda environment**
conda create -n satellite2map python=3.8
conda activate satellite2map

###### **Install python packages**

pip install -r requirements.txt
Expand All @@ -27,7 +31,7 @@ This project implementation consists of the following methods:

## **Run the model**
Now, we are all set to run the script.

python satellite2map.py
## **Walkthrough Video**
**Implementation**\
[<img src="https://github.com/stccenter/Satellite2Map/blob/main/Images/Videos.jpg" width="60%">](https://youtu.be/W8YkFw8Y_ew)