{"id":50663989,"url":"https://github.com/palmshed/llamavision","last_synced_at":"2026-06-08T04:33:44.659Z","repository":{"id":361567621,"uuid":"921837587","full_name":"palmshed/llamavision","owner":"palmshed","description":"vision demo.","archived":false,"fork":false,"pushed_at":"2026-05-31T05:33:46.000Z","size":397,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T09:26:13.566Z","etag":null,"topics":["ai","fastapi","javascript","react","vision"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/palmshed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-24T17:56:45.000Z","updated_at":"2026-05-31T08:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/palmshed/llamavision","commit_stats":null,"previous_names":["palmshed/llamavision"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/palmshed/llamavision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmshed%2Fllamavision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmshed%2Fllamavision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmshed%2Fllamavision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmshed%2Fllamavision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palmshed","download_url":"https://codeload.github.com/palmshed/llamavision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmshed%2Fllamavision/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34048681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","fastapi","javascript","react","vision"],"created_at":"2026-06-08T04:33:44.176Z","updated_at":"2026-06-08T04:33:44.653Z","avatar_url":"https://github.com/palmshed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llama/vision\n\n[![GitHub](https://img.shields.io/badge/GitHub-bniladridas%2Fllama--vision-blue)](https://github.com/bniladridas/llama-vision)\n\nA containerized AI vision demo with a FastAPI backend and React frontend for image analysis.\n\n## Features\n\n* FastAPI backend for image analysis\n* React frontend with upload interface\n* Docker-based deployment\n* Unit and E2E testing setup\n\n## Structure\n\n```\nllama-vision/\n├── backend/\n│   ├── app.py\n│   ├── Dockerfile\n│   ├── requirements.txt\n│   └── tests/\n├── frontend/\n│   ├── src/\n│   ├── cypress/\n│   └── package.json\n├── scripts/\n├── .github/workflows/\n├── docker-compose.yml\n└── README.md\n```\n\n## Setup\n\n### Prerequisites\n\n* Docker \u0026 Docker Compose\n* Node.js 18+\n* Python 3.9+\n\n### Installation\n\n```bash\ngit clone https://github.com/bniladridas/llama-vision.git\ncd llama-vision\ndocker compose up --build\n```\n\n**Local Development**\n\n```bash\n# Backend\ncd backend\npip install -r requirements.txt\npython -m uvicorn app:app --reload\n\n# Frontend\ncd frontend\nnpm install\nnpm start\n```\n\n**Access**\n\n* Frontend → [http://localhost:3000](http://localhost:3000)\n* Backend API → [http://localhost:8001](http://localhost:8001)\n\n## Testing\n\n```bash\n# Backend\ncd backend \u0026\u0026 pytest\n\n# Frontend\ncd frontend \u0026\u0026 npm test\n\n# E2E\ncd frontend \u0026\u0026 npm run cypress:open\n```\n\n## Contributing\n\nFollow [Conventional Commits](https://www.conventionalcommits.org/).\nExample:\n\n```bash\ngit commit -m \"feat: add image analysis dashboard\"\n```\n\n**Setup**\n\n```bash\ncp scripts/commit-msg .git/hooks/commit-msg\n```\n\n**Types**\n`feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`, `perf`, `ci`, `build`, `revert`\n\n## Docker\n\n```bash\ndocker build -t llama-vision-backend ./backend\ndocker build -t llama-vision-frontend ./frontend\ndocker compose up\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalmshed%2Fllamavision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalmshed%2Fllamavision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalmshed%2Fllamavision/lists"}