NimaBoscarino commited on
Commit
2096159
1 Parent(s): 1d9a339

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ os.system('git clone git@github.com:NimaBoscarino/climategan.git')
3
+ os.system('cd climategan')
4
+ os.system('pip install -r requirements-3.8.2.txt')
5
+ os.system('mkdir config')
6
+ os.system('cd config')
7
+ os.system('gdown https://drive.google.com/u/0/uc?id=18OCUIy7JQ2Ow_-cC5xn_hhDn-Bp45N1K')
8
+ os.system('unzip release-github-v1.zip')
9
+ os.system('cd ..')
10
+ os.system('python apply_events.py -b 4 -i ../inputs -r config/model/masker --output_path ../outputs')