{"id":16811272,"url":"https://github.com/raananw/igel-ai","last_synced_at":"2026-02-11T09:07:54.453Z","repository":{"id":145454108,"uuid":"587033946","full_name":"RaananW/igel-ai","owner":"RaananW","description":"Image Generator EAbstration Layer","archived":false,"fork":false,"pushed_at":"2023-01-13T21:23:28.000Z","size":2622,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-05T11:52:03.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RaananW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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}},"created_at":"2023-01-09T20:05:06.000Z","updated_at":"2024-12-04T17:30:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5b7af86-8892-417c-973f-9820da2065a1","html_url":"https://github.com/RaananW/igel-ai","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaananW/igel-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaananW%2Figel-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaananW%2Figel-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaananW%2Figel-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaananW%2Figel-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaananW","download_url":"https://codeload.github.com/RaananW/igel-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaananW%2Figel-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-13T10:18:14.864Z","updated_at":"2026-02-11T09:07:54.443Z","avatar_url":"https://github.com/RaananW.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Generator EAbstraction Layer\n\nThis repo is meant as an initial prototype of image generation APIs abstraction. The goal is to provide a common interface for image generation APIs, so that the same code can be used with different APIs.\n\nAt the moment it supports in-browser generation, but will soon support node.js as well.\n\n## Getting started\n\n1. `npm install`\n\nThat's about it. You can now run the UI, or the CLI.\n\nSide note - after the first intallation you might need to run `npm rebuild`  to get the CLI command ready for use.\n\nYou will need a Dall-E API key to be able to use the UI. No, you are not getting mine.\n\nAt the moment it is not deployed anywhere, so you will need to run it locally.\n\n## Structure\n\nThe monorepo has 3 packages:\n\n- `igel-ai` - the core package, which contains the abstraction layer and the plugins\n- `igel-ai-babylon-ui` - UI which uses the abstraction layer and the engine plugins\n- `igel-ai-cli` - a CLI tool, which uses the abstraction layer and the engine plugins\n\n## Using the UI\n\nTo run the demo app (in dev mode) run:\n\n`npm run dev -w igel-ai-babylon-ui`\n\nYou can now access the UI locally.\n\nThe UI supports text to image generation, image variation and inpainting.\nAnother options is a seamless texture generation. What it does is:\n\n- It generates a texture based on your prompt\n- It cuts this image to 4 squares and moves them across one another.\n- It generates a cross-mask in the right size.\n- It applies the mask to the image, uses it with the inpainting API.\n\nThis texture can now be used as a seamless texture in a 3D scene.\n\n## Using the CLI\n\nTo run the CLI tool run:\n\n`npx igel`\n\nOf course this is after running `npm install` and `npm rebuild`.\n\nRun this command to get help on each command of the CLI.\n\n## Adding a new plugin\n\nIn the `igel-ai` package you will find a plugins folder. Add your plugin there, implement the API, modify the interfaces if needed, and you are good to go.\n\n## why are you misspelling Abstraction\n\nBecause otherwise it won't make sense. Igel is the german word for Hedgehog. And Igal is a hebrew name. In this case I preferred the hedgehog.\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraananw%2Figel-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraananw%2Figel-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraananw%2Figel-ai/lists"}