-
Notifications
You must be signed in to change notification settings - Fork 0
Image Processing Application written in Python, with a web UI written in Flask
License
BogdanKandra/image-tinkering
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CREATING AN ENVIRONMENT FOR RUNNING THE PROJECT: ============================= -> Create environment using: "conda create --name image-tinkering python=3.9" -> Activate environment using: "conda activate image-tinkering" -> Install pip in the newly created environment: "conda install pip" -> Get into the project directory, using the "cd" command -> Install dependencies from requirements.txt: "pip install -r requirements.txt" RUNNING THE WEB APPLICATION: ============================= -> From the project directory, get into the "webui" directory -> Start the Web server using the command: "python app.py" -> Using a Web browser, visit localhost:8080 for accessing the application
About
Image Processing Application written in Python, with a web UI written in Flask
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published