{"id":51526590,"url":"https://github.com/oaslananka/basic-visual-synthesis","last_synced_at":"2026-07-08T22:00:59.539Z","repository":{"id":360814219,"uuid":"1246607228","full_name":"oaslananka/basic-visual-synthesis","owner":"oaslananka","description":"Python computer-vision and visual synthesis experiments for image generation workflows, dataset preparation, and reproducible CV prototyping.","archived":false,"fork":false,"pushed_at":"2026-06-24T11:57:30.000Z","size":177,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T13:24:30.796Z","etag":null,"topics":["automation","computer-vision","datasets","experiments","image-generation","machine-learning","opencv","prototyping","python","research","visual-synthesis"],"latest_commit_sha":null,"homepage":"https://github.com/oaslananka/basic-visual-synthesis","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/oaslananka.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["oaslananka"],"buy_me_a_coffee":"oaslananka"}},"created_at":"2026-05-22T11:12:20.000Z","updated_at":"2026-06-24T11:57:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oaslananka/basic-visual-synthesis","commit_stats":null,"previous_names":["oaslananka/basic-visual-synthesis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oaslananka/basic-visual-synthesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2Fbasic-visual-synthesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2Fbasic-visual-synthesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2Fbasic-visual-synthesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2Fbasic-visual-synthesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oaslananka","download_url":"https://codeload.github.com/oaslananka/basic-visual-synthesis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2Fbasic-visual-synthesis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35279442,"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-07-08T02:00:06.796Z","response_time":61,"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":["automation","computer-vision","datasets","experiments","image-generation","machine-learning","opencv","prototyping","python","research","visual-synthesis"],"created_at":"2026-07-08T22:00:58.551Z","updated_at":"2026-07-08T22:00:59.498Z","avatar_url":"https://github.com/oaslananka.png","language":"Python","funding_links":["https://github.com/sponsors/oaslananka","https://buymeacoffee.com/oaslananka"],"categories":[],"sub_categories":[],"readme":"# Basic Visual Synthesis\n\nBasic Visual Synthesis is a project that performs image analysis and generates detailed commentary by integrating YOLO-based object detection with Anything LLM (Deepseek R114B) using a RAG (Retrieval Augmented Generation) approach. The pipeline detects objects in an image, retrieves additional context from a built-in knowledge base, and then leverages the LLM to produce comprehensive commentary on the image.\n\n\u003e **Project Description:**\n\u003e \"This project aims to perform image analysis and generate detailed commentary by integrating YOLO-based object detection with the Deepseek LLM using a RAG (Retrieval Augmented Generation) approach.\"\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation \u0026amp; Requirements](#installation--requirements)\n\n## Features\n\n- **Object Detection:** Utilizes [Ultralytics YOLO](https://github.com/ultralytics/ultralytics) for detecting objects in images.\n- **Context Retrieval:** Provides additional context via a built-in knowledge base.\n- **RAG Approach:** Integrates [Anything LLM](https://anythingllm.com/) for detailed commentary generation. with  [Deepseek](https://www.deepseek.com/)  R114B to generate detailed commentary using a Retrieval Augmented Generation method.\n- **Colored Logging:** Uses [Colorama](https://pypi.org/project/colorama/) with Python's `logging` module for enhanced, colored log output.\n\n## Installation \u0026 Requirements\n\n1. **Python Version:** Tested with Python 3.8 and above.\n2. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/oaslananka/BasicVisualSynthesis.git\n   cd BasicVisualSynthesis\n   ```\n\n3. **Create a Virtual Environment (Optional but Recommended):**\n\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate\n   pip install ultralytics colorama requests\n   python VisualSynthesisRAG.py\n   ```\n\n4. **Install Required Packages:**\n\n   ```bash\n   pip install ultralytics colorama requests\n   ```\n\n5. **Configure API Keys and Model Paths:**\n\n   - Update the API_KEY and BASE_URL constants in the code as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaslananka%2Fbasic-visual-synthesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foaslananka%2Fbasic-visual-synthesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaslananka%2Fbasic-visual-synthesis/lists"}