Skip to content

Commit 5f79db4

Browse files
committed
Feat : Refactoring 1
1 parent 32236ab commit 5f79db4

13 files changed

Lines changed: 324 additions & 631 deletions

.gitignore

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,10 @@ SaveModel/*
187187
# Logs
188188
LogFile/*
189189

190-
# 과거 사용 파일 백업용
191-
last python file
192-
193190
# docker
194-
Docker/
191+
Docker/*
195192

196193
# test python
197-
test.py
198-
test2.py
194+
backup.py
195+
196+
백업/*

DeepLearning-upstock.py

Lines changed: 0 additions & 329 deletions
This file was deleted.

main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# pip github connect | pip freeze > piplist.txt
2+
from upstock.storage.model_downloader import download_model_file
3+
from upstock.builders.pipeline import run_pipeline
4+
5+
if __name__ == '__main__':
6+
download_model_file()
7+
run_pipeline()

0 commit comments

Comments
 (0)