Please sign in to access this page
An Image Manipulation app that runs in your terminal!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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!
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.
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.