Files
2026-04-22 12:42:18 +09:00

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)에 설치

  1. cmd 실행
  2. mkdir c:\My_Projects\drawNET
  3. cd c:\My_Projects\drawNET
  4. py -3.12 -m venv .venv
  5. .venv\Scripts\activate
  6. git clone https://github.com/sotam0316/drawNET_test
  7. cd drawNET_test
  8. pip install -r requirements.txt
  9. python app.py
  10. 127.0.0.1:5000 접속

이곳은 https://github.com/leeyj/drawNET (원개발자) 코드를 테스트 목적으로만 사용하는 곳입니다.