whatisgithub

What is ai_melli?

amirabolfazle/ai_melli — explained in plain English

Analysis updated 2026-05-18

22Audience · generalComplexity · 2/5Setup · moderate

In one sentence

A free AI image and text generator built entirely on GitHub Actions, needing no API key, it also auto-translates and improves Persian prompts before generating images.

Mindmap

mindmap
  root((repo))
    What it does
      AI image generation
      AI text generation
      Prompt auto-improve
    Tech stack
      GitHub Actions
      Flux model
      OpenAI-style model
    Use cases
      Generate images free
      Generate written text
      Improve Persian prompts
    Audience
      Persian speakers
      No-budget users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate AI images from a text prompt using GitHub Actions instead of a paid API

USE CASE 2

Generate AI text such as articles or stories using a chosen language model

USE CASE 3

Use smart image generation to auto-translate and improve a Persian prompt before creating the image

What is it built with?

GitHub ActionsYAMLFluxOpenAI-compatible API

How does it compare?

amirabolfazle/ai_melliaerdelan/housand-domaintoolmatrixafomera/apple-foundation-models-ruby-sdk
Stars222222
LanguageTypeScriptRuby
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires forking the repo and enabling GitHub Actions read/write workflow permissions before running any workflow.

License is not stated in the available content.

So what is it?

ai_melli is a Persian-language project that turns a GitHub repository into a free AI image and text generator, run entirely through GitHub Actions rather than a hosted server. There is no API key to obtain and no separate signup: everything runs on GitHub's own infrastructure, using the repository owner's Actions minutes. The project offers three workflows. Image generation takes a prompt, a negative prompt for things to exclude, a model choice such as flux, an image width and height, a seed, and how many images to produce, then returns AI-generated pictures. Text generation takes a prompt, a model choice such as an OpenAI-style model, a temperature setting, and an optional system message, and returns AI-written text for things like articles, stories, or code explanations. Smart image generation accepts a prompt in any language, including Persian, uses a text model to first translate and improve the prompt, then feeds the improved version into the image model, which the README says produces noticeably better results than typing a raw prompt directly. After each run, results are collected into a simple HTML gallery page with a dark theme that includes the original prompt, the improved prompt if one was used, the model, the date, and all generated images. Output can be committed back into the repository or attached to a GitHub Release for a permanent, easy to share link. Watermarks are removed from generated images. Setup involves forking the repository, then enabling GitHub Actions with read and write workflow permissions under the repository's settings, which the README stresses is safe to do on your own fork. From there, you trigger any of the three workflows manually from the Actions tab, fill in the parameters you want, and run it. This tool is aimed at Persian-speaking users who want to generate AI images and text without paying for an API key, using GitHub's free Actions compute as the entire backend.

Copy-paste prompts

Prompt 1
Fork this repo, enable GitHub Actions read and write permissions, and run the image generation workflow with a flux model to generate 4 images.
Prompt 2
Trigger the text generation workflow in this repo with an openai model and a system message to write a short story.
Prompt 3
Use the smart image generation workflow to turn my Persian prompt into an improved English prompt and generate an image from it.
Prompt 4
Explain how this repo uploads generated images to GitHub Releases instead of committing them to the repository.

Frequently asked questions

What is ai_melli?

A free AI image and text generator built entirely on GitHub Actions, needing no API key, it also auto-translates and improves Persian prompts before generating images.

What license does ai_melli use?

License is not stated in the available content.

How hard is ai_melli to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is ai_melli for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.