{"id":17947554,"url":"https://github.com/zonel/omnicatalogue","last_synced_at":"2026-04-17T01:32:15.694Z","repository":{"id":259611547,"uuid":"878485118","full_name":"zonel/OmniCatalogue","owner":"zonel","description":"Bringing Literature to Life with AI Imagery: Generate images based on objects or places from any book you choose","archived":false,"fork":false,"pushed_at":"2024-11-15T14:52:22.000Z","size":17252,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T15:16:55.864Z","etag":null,"topics":["ai","dotnet","image-generation","openai","react","saas","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/zonel.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":"2024-10-25T13:33:01.000Z","updated_at":"2024-11-15T14:52:25.000Z","dependencies_parsed_at":"2024-12-16T16:55:22.443Z","dependency_job_id":"9a9a570c-4bb4-4b2b-99bc-5de401518e97","html_url":"https://github.com/zonel/OmniCatalogue","commit_stats":null,"previous_names":["zonel/omnicatalogue"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonel%2FOmniCatalogue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonel%2FOmniCatalogue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonel%2FOmniCatalogue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonel%2FOmniCatalogue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zonel","download_url":"https://codeload.github.com/zonel/OmniCatalogue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247024152,"owners_count":20870940,"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":["ai","dotnet","image-generation","openai","react","saas","template"],"created_at":"2024-10-29T08:05:40.960Z","updated_at":"2026-04-17T01:32:15.638Z","avatar_url":"https://github.com/zonel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniCatalogue\n![image](https://github.com/user-attachments/assets/bc5c9151-187e-40a2-8b00-5fadeb6747e8)\n\nOmniCatalogue is an AI-powered web application that brings literature to life by transforming text prompts into unique, AI-generated images. Users can explore an extensive gallery of generated images, create their own visuals based on literary scenes, and manage their personal collections.\n\n## Technologies\n\n- **Frontend**: React, React Hook Form, Material-UI, Tailwind CSS\n- **Backend**: .NET RESTful API\n- **AI Integration**: OpenAI Dall-e 3 image generation model\n\n## Features\n\n- **Image Generation**: Generate AI images by inputting a scene description, book title, and tags.\n- **Gallery Browsing**: Explore recently generated images by all users, updated in real time.\n- **User Profile**: View your generated images, track the number of images created, and estimate generation costs.\n\n## Demo\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/11306f3b-2bff-4221-bce7-383760e94c4e\" alt=\"OmniCatalogue Hero Section\" width=\"600\"/\u003e\n  \u003cbr/\u003e\n  \u003cem\u003eFigure 1: The welcoming hero section introducing OmniCatalogue.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/0f8223bc-10fc-4340-b401-ef9db89278ae\" alt=\"Recently Generated Images Section\" width=\"600\"/\u003e\n  \u003cbr/\u003e\n  \u003cem\u003eFigure 2: The recently generated images section with continuous scrolling gallery.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/83b33a54-4207-4b31-9e01-c4fff1793c28\" alt=\"Image Generation Page\" width=\"600\"/\u003e\n  \u003cbr/\u003e\n  \u003cem\u003eFigure 3: The image generation page where users can input prompts and tags to create images.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/6950ed09-e79f-4a20-92d7-82bb9b7ff8f6\" alt=\"User Profile Page\" width=\"600\"/\u003e\n  \u003cbr/\u003e\n  \u003cem\u003eFigure 4: The user profile page showing generated images and statistics.\u003c/em\u003e\n\u003c/p\u003e\n\n## Easiest Way to Run\n\nTo quickly start the OmniCatalogue project with Docker Compose:\n\n1. **Go to OmniCatalogue directory, then build and start the containers**:\n   ```bash\n   docker-compose up --build\n\n## Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/zonel/omnicatalogue.git\n   cd omnicatalogue\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Start the Development Server**:\n   ```bash\n   npm run dev\n   ```\n\n4. **Backend Setup**:\n   - This project is designed to work with a backend that provides API endpoints for image generation and gallery management. Ensure you also run OmniCatalogue.Backend which is C# Web API project.\n\n\n## Usage\n\n1. **Generate an Image**: Navigate to the \"Generate Image\" page, enter a scene description, book name, and tags, then click \"Generate.\"\n2. **Explore the Gallery**: Check out recent image generations in the \"Gallery\" section.\n3. **View Your Profile**: Go to \"My Images\" to see all images you've generated, along with statistics on your usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonel%2Fomnicatalogue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzonel%2Fomnicatalogue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonel%2Fomnicatalogue/lists"}