Kwabs
October 6, 2022, 12:08am
1
Hello Everyone,
I’m looking for a way to get GPT3 to help make class diagrams (UML) from a random text as context or any other way to get modular building blocks for designing a program.
For Example - Class Diagram Examples Created by the Creately Team | Creately
In the linked site there are examples for random projects.
Is there a way to use GPT3 as an assistant to create these?
Person
+name_string
+age_number +date of birth_number +address_string +phone num_number +gender_string
+date of join() +date of discharge()
Patient
+gender_string +prescription_string -allergies_string
+in_time() +out_time()
+name_string +address_string +phon_number
+available time() +states()
Hospital
Staff
+joined: date +qulification_string +certification_string +languages_string
+work dutes() +hoil days()
Administrative staff
+name of emp_string #details_string -time period_number
+names_string +deprt_string
+join time()
Technical staff
+name_string +location_string +join time()
+open_list() +dose_list()
Operations staff
Doctor
+name_string +addresss_string +phone_number + speciality_string
+joined_date() +dute_time()
surgen
+opr_type +free_number +block_string
+opr_time() +week period()
Nurse
+name_string +address_string +phone_number
+join_date()
Receptionist
+patient_details +problem_string +age_string
+in_time() +ot_time()
Technician
+name_string +address_string +counter_number
+opr_name() +total_opr()
Laboratorist
+name_string +test_details +time_number
+room-num() +opr_time() make tree representation of it