Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Make sure you have the following installed on your machine:
|
|
40 |
2. **Create the virtual environment**:
|
41 |
|
42 |
|
43 |
-
python -m venv ocr-env
|
44 |
source ocr-env/bin/activate # On Windows use `ocr-env\Scripts\activate`
|
45 |
|
46 |
|
@@ -68,13 +68,13 @@ git clone https://github.com/username/OCR_Model.git
|
|
68 |
|
69 |
**4. Requirements File**: I created a requirements.txt file that listed all the necessary libraries:
|
70 |
|
71 |
-
-gradio
|
72 |
-
-transformers
|
73 |
-
-Pillow
|
74 |
-
-requests
|
75 |
-
-torch
|
76 |
-
-tensorflow
|
77 |
-
-tf-keras
|
78 |
|
79 |
This file would ensure that the platform installs all the dependencies needed to run the application.
|
80 |
|
|
|
40 |
2. **Create the virtual environment**:
|
41 |
|
42 |
|
43 |
+
python -m venv ocr-env <br>
|
44 |
source ocr-env/bin/activate # On Windows use `ocr-env\Scripts\activate`
|
45 |
|
46 |
|
|
|
68 |
|
69 |
**4. Requirements File**: I created a requirements.txt file that listed all the necessary libraries:
|
70 |
|
71 |
+
-gradio<br>
|
72 |
+
-transformers<br>
|
73 |
+
-Pillow<br>
|
74 |
+
-requests<br>
|
75 |
+
-torch<br>
|
76 |
+
-tensorflow<br>
|
77 |
+
-tf-keras<br>
|
78 |
|
79 |
This file would ensure that the platform installs all the dependencies needed to run the application.
|
80 |
|