No description
Find a file
2026-05-29 12:11:19 +02:00
src Setup basic stuff 2026-05-29 12:07:27 +02:00
.gitignore added gitignore 2026-05-29 12:11:19 +02:00
LICENSE Setup basic stuff 2026-05-29 12:07:27 +02:00
README.md Setup basic stuff 2026-05-29 12:07:27 +02:00
requirements.txt Setup basic stuff 2026-05-29 12:07:27 +02:00

LLMInchi

NGram-based image generation model

Image Generation: TBA

Libraries used:

  • Numpy: for arrays
  • tqdm: for pretty loading bars
  • PIL/Pillow: For image reading

Setup:

  1. Clone the project
  2. Install requirements.txt
  3. Use

Usage:

  1. Setup
  2. run main to generate the data.json
  3. Currently no generation yet