├── CnnTest.cpython-37.pyc ├── CnnTest.py ├── Main.py ├── MedicalImageCnnPy.iml ├── Predict.py ├── README.md ├── label_encoder.pkl ├── misc.xml ├── model.cpython-37.pyc ├── model.py ├── modules.xml ├── profiles_settings.xml ├── pyvenv.cfg ├── training_labels.csv ├── ttx.1 ├── validation_labels.csv └── workspace.xml /CnnTest.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/CnnTest.cpython-37.pyc -------------------------------------------------------------------------------- /CnnTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/CnnTest.py -------------------------------------------------------------------------------- /Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/Main.py -------------------------------------------------------------------------------- /MedicalImageCnnPy.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/MedicalImageCnnPy.iml -------------------------------------------------------------------------------- /Predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/Predict.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/README.md -------------------------------------------------------------------------------- /label_encoder.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/label_encoder.pkl -------------------------------------------------------------------------------- /misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/misc.xml -------------------------------------------------------------------------------- /model.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/model.cpython-37.pyc -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/model.py -------------------------------------------------------------------------------- /modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/modules.xml -------------------------------------------------------------------------------- /profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/profiles_settings.xml -------------------------------------------------------------------------------- /pyvenv.cfg: -------------------------------------------------------------------------------- 1 | home = C:\Python37 2 | include-system-site-packages = false 3 | version = 3.7.5 4 | -------------------------------------------------------------------------------- /training_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/training_labels.csv -------------------------------------------------------------------------------- /ttx.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/ttx.1 -------------------------------------------------------------------------------- /validation_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/validation_labels.csv -------------------------------------------------------------------------------- /workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gobikaulagu/Enhancing_Patient_Safety-Automating_the_Interpretation_of_Handwritten_Medical_Prescriptions/HEAD/workspace.xml --------------------------------------------------------------------------------