Just for journal club!
I made this via chatGPT but with many iterations since I wanted to test how good the AI in making with a simple prompting :D
IMO, it's better to design it first and let the AI build the skeleton.
Then, start to implement your idea with the guidance from AI. You will code and learn faster!
Tips? Don't just copy paste the code. Comprehend what they are and then start implementing them.
Saving lots of time!
Follow this steps:
- Clone this or copy the code (in main_app.py)
- Install the libraries (if you don't have one)
- Just run it by typing streamlit run main_app.py
- New window will be opened with the ready to use app!
- I tested tkinker library which can be used to generate an interface
- This is also simple and doesn't require browser
- Only need two libraries, tkinker and pillow (PIL)
- So, now we have two options to do image resizing! :)