The backend of our model houses the database connection, original datasets, and trained models. We choose to set up our model with two repositories to best avoid overlap and merge errors.
- Psycopg2-binaryDocumentation Here
- PandasDocumentation Here
- Python_version 3.9Documentation Here