Axify is an image compression and restoration software written in Python, as part of a project under the Mathematics Club, IIT Madras.
- Python3
- A video stream on an IP address (we have used the IP Webcam app for this purpose)
Follow these steps to run the image compression pipeline:
- Clone the repository to your machine.
- Set up a video stream on an IP address.
- In
axify_webapp.py, paste the IP address to replace<INSERT IP ADDRESS HERE>on lines 17 and 18. - In
templates/index.html, paste the IP address to replace<INSERT IP ADDRESS HERE>on line 13. - In
axify_webapp.py, paste your email address to replace<INSERT EMAIL ADDRESS HERE>on line 27. Paste your app password to replace<INSERT APP PASSWORD HERE>on line 28. You could also use your own password, but for security reasons an app password is recommended. - Run
python3 axify_webapp.pyor executeaxify_webapp.pyfrom your IDE. Open the port (likehttp://127.0.0.1:5000) that appears in the output to launch the web app. - Use the web app's UI to navigate.