mirror of
https://github.com/sotam0316/drawNET_test.git
synced 2026-04-24 19:48:37 +09:00
683 B
683 B
구동조건이 윈도우(64bit)는 python 3.12 환경이 필요하고, 리눅스(amd64)는 python3.10 환경이 필요 drawNET\routes 에 있는 api_routes.cp312-win_amd64.pyd(윈도우64bit), api_routes.cpython-310-x86_64-linux-gnu.so(리눅스amd64)
윈도우(64bit)에 설치
- cmd 실행
- mkdir c:\My_Projects\drawNET
- cd c:\My_Projects\drawNET
- py -3.12 -m venv .venv
- .venv\Scripts\activate
- git clone https://github.com/sotam0316/drawNET_test
- cd drawNET_test
- pip install -r requirements.txt
- python app.py
- 127.0.0.1:5000 접속
이곳은 https://github.com/leeyj/drawNET (원개발자) 코드를 테스트 목적으로만 사용하는 곳입니다.