This repository contains the following scripts:
-
hospital_names.py: For generating new hospital names after being trained on the dataset with hospital names(hospitals.txt)
-
names_classification.py: For classify a given name into Human Name and Hospital Name classes.
Requirements:
Datasets: 'hospitals.txt' & 'names.txt'
Packages: NumPy and Keras with Tensorflow Backend
Steps:
-
Clone repository into local server.
-
Enter into directory of the repository.
-
Install dependencies
-
Type "python script_name.py to initiate the script execution"
-
Give input from keyboard whenever prompetd
-
Type "Exit" to halt the script