Skip to content

babaling/Seoul1ro

 
 

Repository files navigation

Seoul1ro

Junction X Seoul 2021

SI Analysis track

Idea

🚒Fire station Loacation Analysis🔥

Provide a recommendation on fire station location in areas where skyscrapers and houses are concentrated. The importance of providing rapid fire service is highlighted because citizens' safety is exposed due to disasters. Service analysis is needed for efficient fire station location to resolve disaster safety blind spots and provide equal fire service.

💡Proposal Algorithm

  • Scale for fire station
    Determine if the space is large enough for a fire station.
  • Adjacent to dense residential areas
    In areas where houses are concentrated, providing rapid fire swervice becomes more important.
  • The ratio of the area of the road to the building
    Calculate the ratio of the area of the road to the building to determine if the passage is guaranteed.

1

2

Demo

bandicam 2021-05-23 15-34-55-400

Seoul1ro Team members

  • 🌲Yurhee Jin: Entrepreneur & AI development
  • 🌲Jihye Shin: Entrepreneur
  • 🌲Yeonsoo Choi: Designer
  • 🌲Jisoo Kim: AI development
  • 🌲Sunwoo Ho: Frontend development
  • 🌲SeoYoung Kim: Backend development

Django 실행

  1. pycharm interpreter에서 가상환경 폴더 설정
  2. pip install -r requirements.txt
  3. python manage.py makemigrations
  4. python manage.py migrate
  5. python manage.py runserver
    python manage.py collectstatic : static 파일 추가했을 때

Conda 동시 실행

  1. conda env create -f environment.yml : yml 경로는 알아서 수정
  2. conda activate label-pixels

About

Junction X Seoul 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.4%
  • JavaScript 40.6%
  • Python 11.7%
  • PowerShell 3.4%
  • HTML 0.7%
  • Batchfile 0.2%