judith0 commited on
Commit
73d804a
1 Parent(s): 12915db

agregando a 90 ids reversos

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.idea/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
.idea/id_reversoAntiguo.iml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="3">
8
+ <item index="0" class="java.lang.String" itemvalue="huggingface-hub" />
9
+ <item index="1" class="java.lang.String" itemvalue="PyYAML" />
10
+ <item index="2" class="java.lang.String" itemvalue="typing_extensions" />
11
+ </list>
12
+ </value>
13
+ </option>
14
+ </inspection_tool>
15
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
16
+ <option name="ignoredErrors">
17
+ <list>
18
+ <option value="W605" />
19
+ </list>
20
+ </option>
21
+ </inspection_tool>
22
+ </profile>
23
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/id_reversoAntiguo.iml" filepath="$PROJECT_DIR$/.idea/id_reversoAntiguo.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
crear.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+
4
+ # Ruta de la carpeta donde se guardarán los archivos JSON
5
+ folder_path = "./data/key"
6
+
7
+ # Verificar si la carpeta existe, de lo contrario, crearla
8
+ if not os.path.exists(folder_path):
9
+ os.makedirs(folder_path)
10
+
11
+ for i in range(70,100 ):
12
+ data = {
13
+ "birthDate": "",
14
+ "birthPlace":"",
15
+ "stature":"",
16
+ "G.S. RH":"",
17
+ "gender": "",
18
+ "dateAndPlaceIssue": "",
19
+ "barMatrix1": "",
20
+ "barMatrix2": "",
21
+ "barMatrix3": ""
22
+ }
23
+
24
+ file_name = f"{i}.json"
25
+ file_path = os.path.join(folder_path, file_name)
26
+
27
+ with open(file_path, 'w') as f:
28
+ json.dump(data, f, indent=4)
29
+
30
+ print(f"Archivo {file_name} creado en {folder_path}.")
31
+
32
+ print("Creación de archivos JSON completada.")
data/img/000.jpg ADDED

Git LFS Details

  • SHA256: 4479580fe3e12a76d7d6df35ba0447da346e4f9a2588f58c190d4fc834cb32d2
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
data/img/001.jpg ADDED

Git LFS Details

  • SHA256: d326058040c4ce4b4de01120635fc223d197c5f056610d3659783307b457a702
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
data/img/002.jpg ADDED

Git LFS Details

  • SHA256: 857dbc75f31549ac9910b75a884d506d968f05fc50e320235c0167a22123145d
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
data/img/003.jpg ADDED

Git LFS Details

  • SHA256: e727f70188c37158291f1cf17e0340d15db65f3d796521a498e7701b21f3e841
  • Pointer size: 130 Bytes
  • Size of remote file: 89.5 kB
data/img/004.jpg ADDED

Git LFS Details

  • SHA256: 1169fca0bc9373fdaa58e155420020fa8be3564979fd11679a5b67de7a47d841
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
data/img/005.jpg ADDED

Git LFS Details

  • SHA256: 1f7e1d5fa6348adca2c9c8a0abec916d0e4d8059ba4699c75a652370adeb6017
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB
data/img/006.jpg ADDED

Git LFS Details

  • SHA256: 3ddbf84a13fca7e131cf7c58dc240d59112869d512e91622ef8dc911b44f21e5
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
data/img/007.jpg ADDED

Git LFS Details

  • SHA256: 8212eebb21364df23a38940e485881521cd76ed62bc2d4401668b2944db759ee
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
data/img/008.jpg ADDED

Git LFS Details

  • SHA256: 54b296f99a93b74c812c399aaecf28ca72d5e29a5b28c424a8cc91e7340ace29
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
data/img/009.jpg ADDED

Git LFS Details

  • SHA256: 97bce04b17171111ebd863f3a7c32eef519f5ed404b1c3e99056805041f88fc7
  • Pointer size: 130 Bytes
  • Size of remote file: 91.8 kB
data/img/010.jpg ADDED

Git LFS Details

  • SHA256: 114c994c18440c07e400ad9a9b78cd9e58fe8df84b22b435df622dc26c4d98c2
  • Pointer size: 131 Bytes
  • Size of remote file: 300 kB
data/img/011.jpg ADDED

Git LFS Details

  • SHA256: 541c8a1ba91756d02291416182d56323e41db01273e60f17999cf7e64819c9a5
  • Pointer size: 131 Bytes
  • Size of remote file: 271 kB
data/img/012.jpg ADDED

Git LFS Details

  • SHA256: 9048e17671054aecd68c357f97929a71661fc3571b7710446a9dd725211d47be
  • Pointer size: 130 Bytes
  • Size of remote file: 88.9 kB
data/img/013.jpg ADDED

Git LFS Details

  • SHA256: e36cc7c9d46f4702917d4be8d11ec535c023a97779761839f9b6d68385c06a31
  • Pointer size: 131 Bytes
  • Size of remote file: 432 kB
data/img/014.jpg ADDED

Git LFS Details

  • SHA256: 431fb8b33bae8b4403526d7423e7008fafc8084d7ed96aab7d3a7b5d8b9a2f08
  • Pointer size: 130 Bytes
  • Size of remote file: 87.5 kB
data/img/015.jpg ADDED

Git LFS Details

  • SHA256: c34c066633634add9c7d0b6ab5c23f09c278adced7986e4c976112a9a8192850
  • Pointer size: 130 Bytes
  • Size of remote file: 89.2 kB
data/img/016.jpg ADDED

Git LFS Details

  • SHA256: 138218ab7408f4eaf183bc362a2412274eaae7434675190c1c76282e7f5fc566
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB
data/img/017.jpg ADDED

Git LFS Details

  • SHA256: 5fc41d5d44dfb294a7a14adb9a1d730f2a7f2dfc90a1e032bcf990dca0476e87
  • Pointer size: 131 Bytes
  • Size of remote file: 142 kB
data/img/018.jpg ADDED

Git LFS Details

  • SHA256: 25ce2e831963b116363cca90eb6205ea4dbbda5643d2e7cefffab8f1144fceb1
  • Pointer size: 130 Bytes
  • Size of remote file: 69.7 kB
data/img/019.jpg ADDED

Git LFS Details

  • SHA256: 46d8ba601afb882bb88a1f56b75af5920180a5d16176bb587e9d14126b0834d7
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
data/img/020.jpg ADDED

Git LFS Details

  • SHA256: a5b737ca977d091aad0ea0f2716d14cb6cfdbfc5e6ab337eebc8ec2848a1e440
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
data/img/021.jpg ADDED

Git LFS Details

  • SHA256: 954d0ebbfdd067ac336a2c7e063cf721179a2814ceb9fd48d5639aa3b2177e28
  • Pointer size: 130 Bytes
  • Size of remote file: 85.8 kB
data/img/022.jpg ADDED

Git LFS Details

  • SHA256: 2580445b0fc370d81538fd686e5f1a777f6b17d71a2388d05b8bdd0a569fa95b
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
data/img/023.jpg ADDED

Git LFS Details

  • SHA256: fe4d3ebf579faa63e17ed82329fb099a042a6e1725206e309d56982594b30072
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
data/img/024.jpg ADDED

Git LFS Details

  • SHA256: d1fb057aaafb98dba3b90748bc199d6d5408a8d8ba289e117c4df5149c1014a9
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
data/img/025.jpg ADDED

Git LFS Details

  • SHA256: f83e293504d3844f7f0ad45f67ce6117fbe305e4df12f7feb6377e45c32119c2
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
data/img/026.jpg ADDED

Git LFS Details

  • SHA256: de2375b2df6cde4508e0ce8d1e03af52ee8cd391e948486dac36859f2073e2a2
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
data/img/027.jpg ADDED

Git LFS Details

  • SHA256: 3def36eeeeacf2731c7bc1a1627ddb8577dc6be5d9f695b30281d0e92b0a8570
  • Pointer size: 131 Bytes
  • Size of remote file: 140 kB
data/img/028.jpg ADDED

Git LFS Details

  • SHA256: 4b290ebd7c5ea57a2ff18a68ab5b568bc603662964171a5065dedecedc6d5c8c
  • Pointer size: 131 Bytes
  • Size of remote file: 148 kB
data/img/029.jpg ADDED

Git LFS Details

  • SHA256: ab9f8e8f1658065feb6043b2ca4efe386b92a67c7eb3b713e82921090762a8f4
  • Pointer size: 131 Bytes
  • Size of remote file: 408 kB
data/img/030.jpg ADDED

Git LFS Details

  • SHA256: 11487100e1e1bb288342213b70697432c556be113d25c22b75e5d49e49a196fa
  • Pointer size: 130 Bytes
  • Size of remote file: 90.6 kB
data/img/031.jpg ADDED

Git LFS Details

  • SHA256: cc15ca173b8c9b27d34dd3ffff67ec6743f74b11cd43525f05f43a2df8bf67a2
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
data/img/032.jpg ADDED

Git LFS Details

  • SHA256: 310ccd711d5e0c3657e0676f1923130bf2f9ccffcf33fe642d0145eb9f12b63f
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB
data/img/033.jpg ADDED

Git LFS Details

  • SHA256: 28016436553136e26035bf781706ba6349fa43f762f46fbed59b67017febac37
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
data/img/034.jpg ADDED

Git LFS Details

  • SHA256: 8a7569c08f35063af51a14235df7953db91f2987e5dacc1a9999ba77785e3288
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB
data/img/035.jpg ADDED

Git LFS Details

  • SHA256: 7cca0b3a20e302a9386f1d12ec0b3478496d386e7af15e8fa6743350be292ebb
  • Pointer size: 131 Bytes
  • Size of remote file: 237 kB
data/img/036.jpg ADDED

Git LFS Details

  • SHA256: 7343b4dd4835ec38bc9e5a44d025d5262549635be87fac005198018da47e4a7a
  • Pointer size: 131 Bytes
  • Size of remote file: 275 kB
data/img/037.jpg ADDED

Git LFS Details

  • SHA256: 4204154ac0746d9342e717e5256a9652e837fa1f14d3c85818ff9ded5b7a2887
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB
data/img/038.jpg ADDED

Git LFS Details

  • SHA256: 69cfddbff9ff5f5de83cd2dad2727dc4165e487b36896c16cc1bdb7ab27d1abe
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
data/img/039.jpg ADDED

Git LFS Details

  • SHA256: 5161cf04784445e952db7bf726506be07178336302cff98fbd250edf83ffca1d
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
data/img/040.jpg ADDED

Git LFS Details

  • SHA256: 1b319edd20059868b1937851e47fb5e1cf63077682f8724fc4f9bebad4d810eb
  • Pointer size: 131 Bytes
  • Size of remote file: 468 kB
data/img/041.jpg ADDED

Git LFS Details

  • SHA256: 6003fc8098253db657d2db706297392a09081dcf950dcf158bbab63bc2e613f2
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB