marianeft commited on
Commit
5b1f074
·
verified ·
1 Parent(s): 69b9d14

Resolved merge conflicts in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -17
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- <<<<<<< HEAD
2
  #requirements.txt
3
  # This file lists all the Python libraries required to run the Handwritten Name OCR application.
4
  # Install using: pip install -r requirements.txt
@@ -13,20 +12,4 @@ torchvision>=0.17.2 # PyTorch companion library for vision tasks (datasets,
13
  matplotlib>=3.8.4 # For plotting training history
14
  tqdm>=4.66.2 # For displaying progress bars during training
15
  editdistance>=0.8.1 # For calculating character error rate (CER)
16
- =======
17
- #requirements.txt
18
- # This file lists all the Python libraries required to run the Handwritten Name OCR application.
19
- # Install using: pip install -r requirements.txt
20
-
21
- streamlit>=1.33.0
22
- pandas>=2.2.2
23
- numpy>=1.26.4
24
- Pillow>=10.3.0
25
- opencv-python-headless>=4.9.0.80
26
- torch>=2.2.2
27
- torchvision>=0.17.2 # PyTorch companion library for vision tasks (datasets, transforms)
28
- matplotlib>=3.8.4 # For plotting training history
29
- tqdm>=4.66.2 # For displaying progress bars during training
30
- editdistance>=0.8.1 # For calculating character error rate (CER)
31
- >>>>>>> ee59e5b21399d8b323cff452a961ea2fd6c65308
32
  scikit-learn>=1.4.2
 
 
1
  #requirements.txt
2
  # This file lists all the Python libraries required to run the Handwritten Name OCR application.
3
  # Install using: pip install -r requirements.txt
 
12
  matplotlib>=3.8.4 # For plotting training history
13
  tqdm>=4.66.2 # For displaying progress bars during training
14
  editdistance>=0.8.1 # For calculating character error rate (CER)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  scikit-learn>=1.4.2