Upload 5 files
Browse files- EDA.ipynb +0 -0
- Train VGG wl.ipynb +0 -0
- __init__.py +0 -0
- class_weights.json +1 -0
- requirements.txt +8 -0
EDA.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Train VGG wl.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
__init__.py
ADDED
File without changes
|
class_weights.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"0": 103.25689223057644, "1": 4.939395755904568, "2": 60.23318713450293, "3": 8.570730185146662, "4": 30.977067669172932, "5": 33.8811677631579, "6": 722.7982456140351, "7": 1.4360230045311955, "8": 3.8446715192235907, "9": 1.0424974696356275, "10": 240.9327485380117, "11": 11.472988025619605, "12": 15.488533834586466, "13": 34.41896407685881, "14": 37.38611615245009, "15": 58.60526315789474, "16": 38.04201292705448, "17": 77.44266917293233, "18": 90.34978070175438, "19": 60.23318713450293, "20": 44.25295381310419, "21": 28.911929824561405, "22": 42.51754385964912, "23": 77.44266917293233, "24": 4.683357962941912, "25": 6.2131654350776655, "26": 7.45152830529933, "27": 13.468290290944752, "28": 8.997488534614545, "29": 10.180256980479367, "30": 7.227982456140351, "31": 6.949983130904184, "32": 5.503539941223617, "33": 29.30263157894737, "34": 24.924077434966726, "35": 8.121328602404889, "36": 3.700332315430214, "37": 8.960308829926054, "38": 15.378686076894363, "39": 6.927778711955608, "40": 361.39912280701753, "41": 7.972039473684211, "42": 4.939395755904568, "43": 3.305479781771502, "44": 23.316072439162422, "45": 43.3678947368421, "46": 9.072781325699186, "47": 542.0986842105264, "48": 52.88767650834403, "49": 433.67894736842106, "50": 0.17630658889682943, "51": 0.9149344881190318, "52": 0.49722420014723806, "53": 0.3724484261150988, "54": 0.11054778163864926, "55": 0.6296151965279051, "56": 0.7722203478782426, "57": 0.2580500698372135, "58": 0.19329601861669685, "59": 14.455964912280702, "60": 2.359515491667144, "61": 0.33982051979973443, "62": 0.5829018109790606, "63": 0.19646595423050695, "64": 0.185285374420414, "65": 0.7656761076419863, "66": 14.750984604368062, "67": 0.2196955153842052, "68": 0.21947315150223737, "69": 0.15230699844364018, "70": 0.5459201250861292, "71": 1.383787324085581, "72": 0.7627135901660589, "73": 8.604741019214703, "74": 0.7879341340269278, "75": 29.704037490987744}
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
editdistance==0.5.2
|
2 |
+
cinemagoer
|
3 |
+
matplotlib==3.8.2
|
4 |
+
numpy==1.24.3
|
5 |
+
opencv-python==4.5.5.62
|
6 |
+
tensorflow==2.13.1
|
7 |
+
streamlit==1.32.2
|
8 |
+
streamlit-drawable-canvas==0.8.0
|