{"id":29090606,"url":"https://github.com/blnkoff/barkboard","last_synced_at":"2026-05-07T18:09:52.883Z","repository":{"id":301624125,"uuid":"1009816580","full_name":"blnkoff/barkboard","owner":"blnkoff","description":"BarkBoard is like Pinterest for dogs—discover and collect adorable dog photos in a visually rich, interactive gallery.","archived":false,"fork":false,"pushed_at":"2025-06-27T20:45:19.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T21:33:26.380Z","etag":null,"topics":["api-wrapper","dashboard","database","sensei","sensei-python","sql","sqlmodel","streamlit","webapp"],"latest_commit_sha":null,"homepage":"","language":"Python","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/blnkoff.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":"2025-06-27T19:03:17.000Z","updated_at":"2025-06-27T20:47:09.000Z","dependencies_parsed_at":"2025-06-27T21:43:43.051Z","dependency_job_id":null,"html_url":"https://github.com/blnkoff/barkboard","commit_stats":null,"previous_names":["blnkoff/barkboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blnkoff/barkboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blnkoff%2Fbarkboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blnkoff%2Fbarkboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blnkoff%2Fbarkboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blnkoff%2Fbarkboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blnkoff","download_url":"https://codeload.github.com/blnkoff/barkboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blnkoff%2Fbarkboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262376659,"owners_count":23301383,"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":["api-wrapper","dashboard","database","sensei","sensei-python","sql","sqlmodel","streamlit","webapp"],"created_at":"2025-06-28T05:06:08.720Z","updated_at":"2026-05-07T18:09:47.863Z","avatar_url":"https://github.com/blnkoff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BarkBoard 🐶\n\n**BarkBoard** is like **Pinterest for dogs**—discover and collect adorable dog photos in a visually rich, interactive gallery. Powered by **Streamlit** for fast UI, **Sensei** for API client generation, and **SQLModel** for seamless persistence.\n\n## 🚀 Features\n\n1. **Random \u0026 Breed-Specific Dogs**: Get surprise pups or choose your favorite breed.\n2. **Pin to Favorites**: Save photos to your own gallery for later viewing.\n3. **Gallery View**: Scroll through saved dogs in a clean, grid-based interface.\n4. **Stats Dashboard**: See which breeds you love most with real-time charts.\n\n## Screenshots\n\n### Main Page\n\n\u003cimg src=\"https://raw.githubusercontent.com/blnkoff/barkboard/main/img/random_dog.png\" alt=\"Main Page\" width=\"400px\"\u003e\n\n### Favorites View\n\n\u003cimg src=\"https://raw.githubusercontent.com/blnkoff/barkboard/main/img/favorite.png\" alt=\"Favorites View\" width=\"400px\"\u003e\n\n### Stats Dashboard\n\n\u003cimg src=\"https://raw.githubusercontent.com/blnkoff/barkboard/main/img/stats.png\" alt=\"Stats Dashboard\" width=\"400px\"\u003e\n\n## 🛠️ Tech Stack\n\n* **[Streamlit](https://docs.streamlit.io/)** — Build data apps with pure Python, no frontend needed. ([docs.streamlit.io][1])\n* **[Sensei](https://github.com/CrocoFactory/sensei)** — Generate type-safe API wrappers using decorators and Pydantic models. ([github.com][2])\n* **[SQLModel](https://sqlmodel.tiangolo.com/)** — Define Python classes that serve as both Pydantic models and SQLAlchemy ORM tables. ([sqlmodel.tiangolo.com][3])\n* **[Dog CEO API](https://dog.ceo/dog-api/)** — Source of 20,000+ open-source dog images. ([dog.ceo][4])\n\n## 📦 Installation\n\n```bash\n# 1. Clone repository\ngit clone https://github.com/your_username/barkboard.git\ncd barkboard\n\n# 2. Create and activate a virtual environment\npython -m venv venv\nsource venv/bin/activate    # macOS/Linux\nvenv\\Scripts\\activate       # Windows\n\n# 3. Install dependencies\npip install poetry\npoetry install\n```\n\n## ▶️ Running the App\n\n```bash\nstreamlit run app.py\n```\n\nOpen your browser at `http://localhost:8501` to view the app.\n\n## 📂 Project Structure\n\n```\nstreampaws/\n├── app.py               # Streamlit UI script\n├── client/              # Sensei API wrapper module\n│   └── api.py           # DogImage model \u0026 get_random_dog endpoint\n├── models.py            # SQLModel ORM definitions and DB init\n├── LICENSE              # License file\n├── dogs.db              # Database with featured dogs\n├── pyproject.toml       # Pinned dependencies\n└── README.md            # This file\n```\n\n## 📄 License\n\nReleased under the [MIT License](https://opensource.org/licenses/MIT).\n\n[1]: https://docs.streamlit.io/?utm_source=chatgpt.com\n[2]: https://github.com/CrocoFactory/sensei?utm_source=chatgpt.com\n[3]: https://sqlmodel.tiangolo.com/?utm_source=chatgpt.com\n[4]: https://dog.ceo/dog-api/documentation/?utm_source=chatgpt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblnkoff%2Fbarkboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblnkoff%2Fbarkboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblnkoff%2Fbarkboard/lists"}