{"id":27434247,"url":"https://github.com/ryongseong/dxlab","last_synced_at":"2026-02-17T03:38:29.045Z","repository":{"id":286711376,"uuid":"845876534","full_name":"ryongseong/DxLab","owner":"ryongseong","description":"2024 동의대학교 인공지능그랜드ICT 창의자율과제","archived":false,"fork":false,"pushed_at":"2025-04-08T00:41:10.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T19:25:57.062Z","etag":null,"topics":["docker","fastapi","postgres","svelte"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryongseong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-22T05:15:58.000Z","updated_at":"2025-06-16T23:09:51.000Z","dependencies_parsed_at":"2025-04-14T18:00:23.620Z","dependency_job_id":null,"html_url":"https://github.com/ryongseong/DxLab","commit_stats":null,"previous_names":["ryongseong/dxlab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryongseong/DxLab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryongseong%2FDxLab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryongseong%2FDxLab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryongseong%2FDxLab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryongseong%2FDxLab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryongseong","download_url":"https://codeload.github.com/ryongseong/DxLab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryongseong%2FDxLab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29532437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fastapi","postgres","svelte"],"created_at":"2025-04-14T18:00:02.610Z","updated_at":"2026-02-17T03:38:29.031Z","avatar_url":"https://github.com/ryongseong.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Run Methods\n#### Please Run Docker and Local simultaneously\n\n### Docker-Environment Methods\n1. Download Docker Desktop Application\n2. Put the necessary files and directories in place\n3. Command \"docker-compose up --build\"\n4. Command \"docker-compose run web alembic revision --autogenerate\"\n5. Command \"docker-compose run web alembic upgrade head\"\n6. Go to \"http://localhost:8000/docs\"\n- Signup\n  \u003cbr\u003e\n  \u003cimg width=\"300\" alt=\"스크린샷 2024-09-20 17 45 52\" src=\"https://github.com/user-attachments/assets/c7a05e0b-8699-4a57-a7c8-973c97c53b94\"\u003e\n- Find post /exam methods and login with your username and password\n  \u003cbr\u003e\n  \u003cimg width=\"300\" alt=\"스크린샷 2024-09-20 17 48 44\" src=\"https://github.com/user-attachments/assets/dc0b6c24-4d50-41c5-9842-6d2a00baaf4b\"\u003e\n  \u003cimg width=\"100\" alt=\"스크린샷 2024-09-20 17 51 44\" src=\"https://github.com/user-attachments/assets/eb862105-9b29-454d-8467-ad8832bb0e4a\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"400\" alt=\"스크린샷 2024-09-20 17 48 53\" src=\"https://github.com/user-attachments/assets/c09947db-d5e1-415d-97f8-4effbb05f941\"\u003e\n- Execute that api\n7. If you want to show Web Application, go to \"http://localhost:3000\"\n\n### Local-Environment Methods\n1. Download Python v3.10\n2. Install Ollama\n3. Install Llama3.1 Model\n4. Install pip libraries from requirements\n5. Command \"uvicorn model_server:app --host 0.0.0.0 --port 8001\"\n\n## Directory Structure\n\n      DXLAB / Main Directory\n      ├── data / Data Directory - \u003cHidden\u003e\n      │\n      ├── domain / Backend Directory\n      │   ├── exam / Exam Directory - crud.py, schema.py, router.py\n      │   ├── gemini / Gemini Directory - crud.py, schema.py, router.py\n      │   ├── user / User Directory - crud.py, schema.py, router.py\n      │   └── question / Question Directory - crud.py, schema.py, router.py\n      │\n      ├── frontend\n      │   ├── src\n      │   │   ├── components / For Error, Header\n      │   │   ├── lib / API, Auth, Store \n      │   │   ├── routes / Pages Directory\n      │   │   ├── App.svelte / Connect Routers\n      │   │   └── main.js / Connect App\n      │   │\n      │   ├── .env / Environment - server_url, \u003cHidden\u003e\n      │   ├── Dockerfile / Build Nginx Server Template\n      │   ├── .gitignore\n      │   ├── nginx.conf / Control Nginx Server\n      │   └── package.json / npm Libraries\n      │\n      ├── migration\n      │\n      ├── .env / Environment - API Keys, \u003cHidden\u003e\n      ├── alembic.ini / Initialize DB\n      ├── database.py / Initialize DB\n      ├── docker-compose.yml / Connect Docker Server - fastapi, svelte, postgresql \n      ├── Dockerfile / Build Fastapi Server Template\n      ├── main.py / Control Fastapi Server\n      ├── model_server.py / Control Server for Using GPU\n      ├── models.py / For Setting Query Language\n      └── requirements.txt / pip Libraries\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryongseong%2Fdxlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryongseong%2Fdxlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryongseong%2Fdxlab/lists"}