{"id":27959156,"url":"https://github.com/kitsuyaazuma/image-processing-100","last_synced_at":"2026-04-10T07:49:48.356Z","repository":{"id":149374487,"uuid":"581264622","full_name":"kitsuyaazuma/Image-Processing-100","owner":"kitsuyaazuma","description":"My solution to ryoppippi/Gasyori100knock","archived":false,"fork":false,"pushed_at":"2023-03-06T07:13:16.000Z","size":889,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T14:02:22.762Z","etag":null,"topics":["docker-compose","fastapi","mantine-ui","nextjs","python3","react","typescript"],"latest_commit_sha":null,"homepage":"https://image-processing-100.vercel.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitsuyaazuma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-12-22T17:54:58.000Z","updated_at":"2023-04-10T14:34:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3b591d3-e0bf-438a-a97f-0a7bac278f9d","html_url":"https://github.com/kitsuyaazuma/Image-Processing-100","commit_stats":null,"previous_names":["kitsuyaazuma/image-processing-100"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FImage-Processing-100","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FImage-Processing-100/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FImage-Processing-100/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FImage-Processing-100/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitsuyaazuma","download_url":"https://codeload.github.com/kitsuyaazuma/Image-Processing-100/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252933480,"owners_count":21827516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-compose","fastapi","mantine-ui","nextjs","python3","react","typescript"],"created_at":"2025-05-07T18:28:59.124Z","updated_at":"2026-04-10T07:49:48.320Z","avatar_url":"https://github.com/kitsuyaazuma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e # コードレビューをしてくださる方へ\n\u003e\n\u003e 単体でPythonプログラムの実行をしたい場合は、`/backend/`ディレクトリで下記の**Backend**の設定のうち、Fast APIサーバーを起動する`uvicorn ~`以外を行っていただきたいです。\n\u003e\n\u003e `/backend/routers/q1_10/q7.py`のようにファイル分けされているので、該当ディレクトリに移動して`python q7.py`のようにコマンドで実行できます。\n\n\n# Image Processing 100 Questions\n\nMy solution to [ryoppippi/Gasyori100knock](https://github.com/ryoppippi/Gasyori100knock)\n\n\u003cimg width=\"45%\" alt=\"スクリーンショット 2023-01-18 11 16 54\" src=\"https://user-images.githubusercontent.com/60843722/213067431-a7ec2f98-3122-484d-a445-081c02f64640.png\"\u003e \u003cimg width=\"45%\" alt=\"スクリーンショット 2023-01-18 11 32 27\" src=\"https://user-images.githubusercontent.com/60843722/213067771-343c74a3-64a7-4609-ae92-301af7f4f96d.png\"\u003e\n\n\nDemo URL : https://image-processing-100.vercel.app\n\n# Docker (Frontend + Backend)\n[![Docker](https://skillicons.dev/icons?i=docker)](https://skillicons.dev)\n```bash\ndocker-compose up\n```\nThen, visit the following url: http://localhost:3000\n\n# Non-Docker\n## Frontend\n[![Frontend](https://skillicons.dev/icons?i=react,ts,next,)](https://skillicons.dev)\n```bash\ncd frontend\nyarn install\nyarn dev\n```\n\n## Backend\n[![Backend](https://skillicons.dev/icons?i=python,fastapi)](https://skillicons.dev)\n```bash\ncd backend\npython -m venv venv\n\n# (Recommended) Switch Python version to 3.9.xx\npyenv install 3.9.13\npyenv local 3.9.13\n\n# Mac\n. venv/bin/activate\n\n# Windows (PowerShell)\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force\n.\\venv\\Scripts\\Activate.ps1\n\npip install -r requirements.txt\nuvicorn main:app --host 0.0.0.0 --port 8000 --reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsuyaazuma%2Fimage-processing-100","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitsuyaazuma%2Fimage-processing-100","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsuyaazuma%2Fimage-processing-100/lists"}