文件名称:concept_learning
文件大小:65.82MB
文件格式:ZIP
更新时间:2024-03-11 13:21:27
JupyterNotebook
concept_learning 应用程式设定 第1步-构建前端docker映像以提取最新代码库 cd app/frontend/ docker build -t clearn-frontend . 第2步-运行图像 cd app docker-compose up -d 步骤3-初始化数据库架构 cd app/backend/app/scripts # Caution, this removes the tables sh reset_db.sh sh init_db.sh 第4步-插入原始图像 cd app/backend/app/scripts python3 insert_raw_images.py --path < absolute> 第5步-使用浏览器进行测试