You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is a repository that I used to present my seminar in the Digital Image Processing (PDI) discipline on 10/24/2023. You can view the presentation via PDF. View Presentation PDF
It is a website application using React as Front-End, and Python as Back-End, to be able to modify images, with Highlighting, Smoothing, Convolution and Feature Detection.
To be able to run it, you just need to have Node installed, so go to the React app folder and give the command "npm start", then go to the Python folder and give the command ".\server.py", this should function and open the servers.
Be aware of having all libraries installed, also all Node and React configurations, as well as Python!!