Please sign in to access this page

ImageTerminal

ImageTerminal

4 devlogs
12h 45m
•  Ship certified
Created by Ian

An Image Manipulation app that runs in your terminal!

Timeline

Ship 1

0 payouts of shell 0 shells

Ian

9 days ago

Ian Covers 4 devlogs and 12h 45m
Ian
Ian
1h 37m 9 days ago

For my final steps, I had to compile all my code and decided to make it public on PyPi so anyone could install and run it using pip! (https://pypi.org/project/imageterminal/). I had some trouble adding the AI model files to pip, but ultimately made it work! Ultimately this was a very fun experience! I learnt a lot from it and plan on using these skills elsewhere in my life!

Update attachment
Ian
Ian
4h 41m 10 days ago

I created a background remover and AI image upscaler (don't worry, it's not just another API!). I had some trouble figuring out which model would be fastest, but after some testing I found the fastest AI model for the upscaling. My next goal is to figure out how to run this python terminal app (yes, this runs in the terminal!) on a website.

Update attachment
Ian
Ian
4h 4m 10 days ago

Added File conversion capability! I decided to use Tkinter's file dialog function to select where to convert your downloads your file, and then used pillow to do the conversions! I had a bit of trouble centering the UI, but I managed to fix it.

Update attachment
Ian
Ian
2h 21m 11 days ago

Added an upload button so the app can copy the path to your image!

Update attachment