Problem statement - Implement a provider invoice text extraction to identify provider (hospital/Dr./laboratory) names & other critical information tags (AI,ML, Computer Vision, Python-Flask for backend.
Provider Invoice Text Curation
Project uses python 3.8 and gitbash as terminal (windows 10)
Using virtualenv to isolate python packages.
Short and nice tutorial to virtualenv - https://www.youtube.com/watch?v=N5vscPTWKOk&ab_channel=CoreySchafer
If you have a different version of python installed, install python 3.8 from Microsoft store.
Commands to set up environment - (make sure you are in Environments folder in terminal)-
Use these commands to know your python executable installation location if needed -
In my case command is -
python -m virtualenv -p C:\\Users\\Lenovo\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\\python3.8.exe hackrx_env
Then -
Then -
Then -
to run the app
run command
to deactivate the environment if ever needed
MAKE SURE TO UPDATE PYTHON PACKAGES DEPENDENCIES FILE WHEN YOU ADD A NEW PACKAGE using
When setup is done and starting the project at a later time, make sure to cd into Environments folder and activate environment using-