remote-job-searching
2021. 9. 22. 15:04
프로젝트/파이썬
배포 주소 https://remote-job-searching.herokuapp.com/ 깃허브 주소 https://github.com/godfgod1/job-crawling.git

에러) at=error code=h10 desc="app crashed" in flask
2021. 9. 22. 15:01
git & 배포/Deploy(AWS 등)
에러화면 해결방법 web: gunicorn main:app --bind 0.0.0.0:${PORT} if __name__ == "__main__": port = int(os.environ.get("PORT", 5000)) app.run(host="0.0.0.0", port=port)

DashBoard
2021. 9. 22. 12:04
프로젝트/파이썬
파이썬으로 Pandas 라이브러리를 사용해서 만들었습니다. 먼저 CSSEGISandData 에서 데이터를 가져왔고, pandas 로 데이터를 국가별, 전세계로 나누어 데이터 전처리를 해줬습니다. 정제된 데이터를 가지고 plotly dash 라이브러리를 가지고 데이터 시각화를 하여 dashboard를 만들었습니다. 배포 주소 https://song-corona-dashboard.herokuapp.com/ 깃허브 주소 https://github.com/godfgod1/corona-dashboard