Elun banner

Elun

5 devlogs
10h 34m 2s

This project converts a human face image into an image made entirely out of mathematical symbols.
3 modes:
Low(Not recommended)
Medium(Recommended)
High(Yet to be implemented fully)

Demo Repository

Loading README...

rizulgarg2159

There were unexpected errors in medium and high mode generation. Fixed them.
Create button on website now works.
Added a regenaration button.

Attachment
0
rizulgarg2159

Vastly optimised the generation algorithm!!
From the usual 40min+ to sometimes even 2 hours on HIGH mode
Now an average of 3.5-5 minutes only!

Attachment
0
rizulgarg2159

I figured out how to convert the react app into an android application. Which would be useful in future.
I also started working on a segmentation model for dogs using META’s SAM model using to create the dataset and my own model specifically for dogs or animals later on.

Attachment
0
rizulgarg2159

Updated the website UI and partially connected it to Supabase to save the images :D

Attachment
0
rizulgarg2159

This is my first devlog!
This project converts portrait of a human being into a face made entirely out of symbols.
It has three modes:
Low-> This will almost never give a desired output
Medium-> This is the recommended option, gives a good image that is made from mathematical symbols
High-> Takes a huge amount of time but the output makes it worth it.
It is recommended to choose “Medium” mode. If it doesn’t give a decent output, then switch to high.
The quality of the output depends on the quality of the input image. Hence meidum

Attachment
0