This isn’t a specific technical question but I’m looking to develop a solution to expedite contract review and specifically the insurance language of the contract (insurance provisions, limits, defense/indemnity, etc.) and I’d like your feedback.
I’d like to use Python for the nuts and bolts of the program like the pattern identification in the text (OCR, NLP) and then I’d like to connect some sort of very basic user interface to where the user can provide some input and then there would be an output of the type of contract, the insurance provisions, type of insurance included, limits of insurance, etc. What would be the best way to build a user interface and then connect it to the Python code? HELP!