microdallecr

Version, currently main branch1 version
  • main branchlatestJan 11, 2024

github.com/DmarshalTU/microdallecr

Crystal rewriten version of MicroDallE

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  microdallecr:
    github: DmarshalTU/microdallecr
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.11.0
License
MIT
Author
Denis Tu
Target
  • microdallecr from src/microdallecr.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal

README

microdallecr

A rewritten version of MicroDalle.

MicroDalle description:

This project is a web server that creates an image based on a user-input prompt. It is using DallE 3 (you will need an OpenAI API account). It was mostly written using ChatGPT just to see how far it would go (even this Readme!).

The most important part is OpanAI shard library that written in crystal.

iamge

Contributing

  1. Fork it (https://github.com/dmarshaltu/microdallecr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors