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
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The process of organizing photos can be a huge pain. And when they aren't organi
10
10
11
11
2.**Name Tags:** identifies people in an image and tags the image with their names
12
12
13
-
3.**Rotation Correction:** detects crooked images and straightens them out
13
+
3.**Rotation Correction:** detects crooked images and straightens them
14
14
15
15
4.**Low-Light Enhancement:** detects dark images and brightens them
16
16
-*Beta feature:* may output images with bright neon spots
@@ -21,31 +21,28 @@ The process of organizing photos can be a huge pain. And when they aren't organi
21
21
22
22
## Installation
23
23
24
-
1. Ensure that [Python](https://www.python.org/downloads/)>=3.9 (with pip) is installed and [Git](https://git-scm.com/downloads) if you want to clone this repository
24
+
1. Ensure that [Python](https://www.python.org/downloads/)>=3.9 (with pip) is installed
25
25
26
26
2. Download the application
27
27
28
28
- To get only the files required to run the application, download and unzip a [Release](https://github.com/patrick-5546/ML-Image-Processor/releases)
29
-
- To clone the repository (much larger, includes reports, datasets, notebooks, etc.):
29
+
- To also get the reports, datasets, notebooks, etc., clone the repository (much larger folder):
3. Create a virtual environment to run the application in (optional)
31
+
3. Create a virtual environment to run the application in (optional, but recommended)
36
32
1. Navigate to the project directory
37
33
2. See [Python Docs](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments)
38
34
- For the first command, use `venv` as the directory name instead of `tutorial-env`
39
35
- If using PowerShell, run the `Activate.ps1` script instead
40
-
- Ensures that the correct packages and versions necessary to run the application are used without adding to or replacing packages in the main python package director
36
+
-This ensures that the packages necessary to run the application are used without adding to or replacing packages in the main python package directory
41
37
42
-
4. In the project directory, install its requirements
38
+
4. In the project directory, install the required packages
43
39
44
40
```sh
45
41
pip install -r requirements.txt
46
42
```
47
43
48
44
## How to Run
49
45
50
-
1. Run `python main.py` to start application and open <http://127.0.0.1:8080/> on your browser
51
-
2. Application usage instructions can be found on the homepage, or a visual walkthrough in the [final report](/reports/final/Final%20Report.pdf)
46
+
1. Run `python main.py` to start application
47
+
2. Access application at <http://127.0.0.1:8080/>
48
+
3. Application usage instructions can be found on the homepage, and a visual walkthrough in the [final report](/reports/final/Final%20Report.pdf)
0 commit comments