https://github.com/lheljb0920-code/weather_outfit_recommender
OpenWeather 기반 날씨+옷 추천 (Flask + Tkinter + Jupyter)
https://github.com/lheljb0920-code/weather_outfit_recommender
flask jupyter python tkinter
Last synced: about 2 months ago
JSON representation
OpenWeather 기반 날씨+옷 추천 (Flask + Tkinter + Jupyter)
- Host: GitHub
- URL: https://github.com/lheljb0920-code/weather_outfit_recommender
- Owner: lheljb0920-code
- Created: 2025-09-01T16:34:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T16:45:25.000Z (10 months ago)
- Last Synced: 2025-09-01T18:29:20.896Z (10 months ago)
- Topics: flask, jupyter, python, tkinter
- Language: Jupyter Notebook
- Homepage:
- Size: 2.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 날씨 기반 옷 추천 (Flask + Tkinter)
OpenWeatherMap의 현재 날씨(한글 설명)와 온도를 불러와 **기온(기본 20°C)** 기준으로 상·하의 이미지를 랜덤 추천하는 데스크톱 앱입니다.
이 레포에는 주피터 노트북으로 실행하는 `server.ipynb`(Flask) / `client.ipynb`(Tkinter)가 포함됩니다.
## 폴더
project11/ # 의상 PNG 이미지들
server.ipynb # 서버 노트북
client.ipynb # 클라이언트 노트북