.gitignore
CHANGES_SUMMARY.md
CLEANUP_RESOURCES.md
CODE_REVIEW.md
GRADIO_APPS_IMPLEMENTATION.md
IMPLEMENTATION_SUMMARY.md
IMPLEMENTATION_SUMMARY_DIAGNOSTICS.md
IMPLEMENTATION_SUMMARY_REGION_AWARE.md
IMPLEMENTATION_SUMMARY_UX_ENHANCEMENTS.md
LICENSE
MANIFEST.in
METADATA_FIX_DOCUMENTATION.md
MODEL_IMPROVEMENT_APPS_FIX.md
MODERNIZATION_SUMMARY.md
PLAYGROUND_TEST_ISOLATION.md
PREPROCESSOR_DIAGNOSTICS.md
PR_SUMMARY.md
README.md
RESTORE_V0164_PR_DESCRIPTION.md
meta.yaml
pyproject.toml
requirements-auth.txt
requirements-eval.txt
requirements.txt
setup.cfg
setup.py
validate_modernization.py
verify_enhancements.py
verify_preprocessor_diagnostics.py
.github/workflows/ai_lead_engineer_app_test.yml
.github/workflows/aimodelshare-tests.yml
.github/workflows/bootstrap-terraform.yml
.github/workflows/cleanup-test-resources.yml
.github/workflows/deploy-infra.yml
.github/workflows/destroy-infra.yml
.github/workflows/moral_compass_auth_test.yml
.github/workflows/playground-integration-tests.yml
.github/workflows/publish-lambda-layers.yml
.github/workflows/pypi-manual-publish.yml
.github/workflows/test-colab-install.yml
.github/workflows/test-colab-simulated.yml
.github/workflows/unit-tests.yml
aimodelshare/README.md
aimodelshare/__init__.py
aimodelshare/aimsonnx.py
aimodelshare/api.py
aimodelshare/auth.py
aimodelshare/aws.py
aimodelshare/aws_client.py
aimodelshare/base_image.py
aimodelshare/bucketpolicy.py
aimodelshare/containerisation.py
aimodelshare/containerization.py
aimodelshare/custom_eval_metrics.py
aimodelshare/deploy_custom_lambda.py
aimodelshare/exceptions.py
aimodelshare/generatemodelapi.py
aimodelshare/leaderboard.py
aimodelshare/model.py
aimodelshare/modeluser.py
aimodelshare/playground.py
aimodelshare/postprocessormodules.py
aimodelshare/preprocessormodules.py
aimodelshare/readme.md
aimodelshare/reproducibility.py
aimodelshare/tools.py
aimodelshare/utils.py
aimodelshare.egg-info/PKG-INFO
aimodelshare.egg-info/SOURCES.txt
aimodelshare.egg-info/dependency_links.txt
aimodelshare.egg-info/requires.txt
aimodelshare.egg-info/top_level.txt
aimodelshare/color_mappings/color_mapping_keras.csv
aimodelshare/color_mappings/color_mapping_pytorch.csv
aimodelshare/containerization_templates/Dockerfile.txt
aimodelshare/containerization_templates/Dockerfile_PySpark.txt
aimodelshare/containerization_templates/buildspec.txt
aimodelshare/containerization_templates/lambda_function.txt
aimodelshare/custom_approach/__init__.py
aimodelshare/custom_approach/lambda_function.py
aimodelshare/data_sharing/__init__.py
aimodelshare/data_sharing/download_data.py
aimodelshare/data_sharing/share_data.py
aimodelshare/data_sharing/utils.py
aimodelshare/data_sharing/data_sharing_templates/Dockerfile.txt
aimodelshare/data_sharing/data_sharing_templates/__init__.py
aimodelshare/data_sharing/data_sharing_templates/buildspec.txt
aimodelshare/data_sharing/data_sharing_templates/codebuild_policies.txt
aimodelshare/data_sharing/data_sharing_templates/codebuild_trust_relationship.txt
aimodelshare/documentation/Makefile
aimodelshare/documentation/make.bat
aimodelshare/documentation/requirements.txt
aimodelshare/documentation/karma_sphinx_theme/__init__.py
aimodelshare/documentation/karma_sphinx_theme/_version.py
aimodelshare/documentation/karma_sphinx_theme/breadcrumbs.html
aimodelshare/documentation/karma_sphinx_theme/layout.html
aimodelshare/documentation/karma_sphinx_theme/search.html
aimodelshare/documentation/karma_sphinx_theme/searchbox.html
aimodelshare/documentation/karma_sphinx_theme/theme.conf
aimodelshare/documentation/karma_sphinx_theme/static/css/custom.css
aimodelshare/documentation/karma_sphinx_theme/static/css/custom.css.map
aimodelshare/documentation/karma_sphinx_theme/static/css/theme.css
aimodelshare/documentation/karma_sphinx_theme/static/css/theme.css.map
aimodelshare/documentation/karma_sphinx_theme/static/css/theme.min.css
aimodelshare/documentation/karma_sphinx_theme/static/css/theme.min.css.map
aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.eot
aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.svg
aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.ttf
aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.woff
aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.woff2
aimodelshare/documentation/karma_sphinx_theme/static/js/theme.js
aimodelshare/documentation/source/about.rst
aimodelshare/documentation/source/advanced_features.rst
aimodelshare/documentation/source/competition.rst
aimodelshare/documentation/source/conf.py
aimodelshare/documentation/source/create_credentials.rst
aimodelshare/documentation/source/example_notebooks.rst
aimodelshare/documentation/source/functions.rst
aimodelshare/documentation/source/gettingstarted.rst
aimodelshare/documentation/source/index.rst
aimodelshare/documentation/source/modelplayground.rst
aimodelshare/documentation/source/images/creds1.png
aimodelshare/documentation/source/images/creds2.png
aimodelshare/documentation/source/images/creds3.png
aimodelshare/documentation/source/images/creds4.png
aimodelshare/documentation/source/images/creds5.png
aimodelshare/documentation/source/images/creds_file_example.png
aimodelshare/documentation/source/images/predict_tab.png
aimodelshare/iam/codebuild_policy.txt
aimodelshare/iam/codebuild_trust_relationship.txt
aimodelshare/iam/lambda_policy.txt
aimodelshare/iam/lambda_trust_relationship.txt
aimodelshare/json_templates/__init__.py
aimodelshare/json_templates/api_json.txt
aimodelshare/json_templates/integration_response.txt
aimodelshare/json_templates/lambda_policy_1.txt
aimodelshare/json_templates/lambda_policy_2.txt
aimodelshare/json_templates/lambda_role_1.txt
aimodelshare/json_templates/lambda_role_2.txt
aimodelshare/json_templates/auth/policy.txt
aimodelshare/json_templates/auth/role.txt
aimodelshare/json_templates/eval/policy.txt
aimodelshare/json_templates/eval/role.txt
aimodelshare/json_templates/function/policy.txt
aimodelshare/json_templates/function/role.txt
aimodelshare/main/1.txt
aimodelshare/main/1B.txt
aimodelshare/main/2.txt
aimodelshare/main/3.txt
aimodelshare/main/4.txt
aimodelshare/main/5.txt
aimodelshare/main/6.txt
aimodelshare/main/7.txt
aimodelshare/main/8.txt
aimodelshare/main/__init__.py
aimodelshare/main/authorization.txt
aimodelshare/main/eval_classification.txt
aimodelshare/main/eval_lambda.txt
aimodelshare/main/eval_regression.txt
aimodelshare/main/lambda_function.txt
aimodelshare/main/nst.txt
aimodelshare/moral_compass/README.md
aimodelshare/moral_compass/__init__.py
aimodelshare/moral_compass/_version.py
aimodelshare/moral_compass/api_client.py
aimodelshare/moral_compass/challenge.py
aimodelshare/moral_compass/config.py
aimodelshare/moral_compass/apps/__init__.py
aimodelshare/moral_compass/apps/ai_consequences.py
aimodelshare/moral_compass/apps/judge.py
aimodelshare/moral_compass/apps/model_building_game.py
aimodelshare/moral_compass/apps/model_building_game_beginner.py
aimodelshare/moral_compass/apps/tutorial.py
aimodelshare/moral_compass/apps/what_is_ai.py
aimodelshare/placeholders/model.onnx
aimodelshare/placeholders/preprocessor.zip
aimodelshare/pyspark/1.txt
aimodelshare/pyspark/1B.txt
aimodelshare/pyspark/2.txt
aimodelshare/pyspark/3.txt
aimodelshare/pyspark/4.txt
aimodelshare/pyspark/5.txt
aimodelshare/pyspark/6.txt
aimodelshare/pyspark/7.txt
aimodelshare/pyspark/8.txt
aimodelshare/pyspark/__init__.py
aimodelshare/pyspark/authorization.txt
aimodelshare/pyspark/eval_classification.txt
aimodelshare/pyspark/eval_lambda.txt
aimodelshare/pyspark/eval_regression.txt
aimodelshare/pyspark/lambda_function.txt
aimodelshare/pyspark/nst.txt
aimodelshare/python/my_preprocessor.py
aimodelshare/sam/Dockerfile.txt
aimodelshare/sam/Dockerfile_PySpark.txt
aimodelshare/sam/__init__.py
aimodelshare/sam/buildspec.txt
aimodelshare/sam/codebuild_policies.txt
aimodelshare/sam/codebuild_trust_relationship.txt
aimodelshare/sam/codepipeline_policies.txt
aimodelshare/sam/codepipeline_trust_relationship.txt
aimodelshare/sam/spark-class.txt
aimodelshare/sam/template.txt
aimodelshare/utils/__init__.py
aimodelshare/utils/optional_deps.py
docs/DEPRECATION_PLAN.md
docs/REGION_AWARE_NAMING.md
docs/aimodshare_banner.jpg
docs/justice_equity_challenge_example.md
infra/README.md
infra/ROLLOUT_GUIDE.md
infra/main.tf
infra/outputs.tf
infra/terraform.tfvars
infra/variables.tf
infra/bootstrap/README.md
infra/bootstrap/main.tf
infra/bootstrap/outputs.tf
infra/bootstrap/variables.tf
infra/lambda/app.py
infra/lambda-layer-bucket/README.md
infra/lambda-layer-bucket/main.tf
infra/layer/build_layer.sh
infra/layer/requirements.txt
notebooks/00_Justice_Challenge_Landing.ipynb
notebooks/Etica_en_Joc_Justice_Challenge.ipynb
notebooks/Etica_en_Joc_Justice_Challenge_nightly.ipynb
notebooks/aimodelshare_colab_smoke.ipynb
notebooks/compas_playground_multiframework.ipynb
notebooks/moral_compass_model_submissions_and_challenge_progress.ipynb
notebooks/moral_compass_playground_setup.ipynb
notebooks/notebooks_compas_playground_multiframework.ipynb
scripts/cache_terraform_outputs.sh
scripts/cleanup_test_resources.py
scripts/demo_moral_compass_metrics.py
scripts/verify_api_reachable.sh
source/about.rst
source/advanced_features.rst
source/competition.rst
source/conf.py
source/create_credentials.rst
source/example_notebooks.rst
source/functions.rst
source/gettingstarted.rst
source/index.rst
source/modelplayground.rst
source/images/creds1.png
source/images/creds2.png
source/images/creds3.png
source/images/creds4.png
source/images/creds5.png
source/images/creds_file_example.png
source/images/predict_tab.png
tests/README.md
tests/__init__.py
tests/load_mixed_duration.py
tests/load_multi_table.py
tests/load_single_table.py
tests/requirements.txt
tests/test_aimsonnx.py
tests/test_api_integration.py
tests/test_api_pagination.py
tests/test_cleanup_script.py
tests/test_model_building_game_enhancements.py
tests/test_model_building_game_slider_fix.py
tests/test_moral_compass_apps.py
tests/test_moral_compass_auth.py
tests/test_moral_compass_auth_create_table.py
tests/test_moral_compass_client_minimal.py
tests/test_moral_compass_dynamic_metrics.py
tests/test_moral_compass_unit.py
tests/test_playground.py
tests/test_playground_ai_lead_engineer_app.py
tests/test_playground_compas_multiframework.py
tests/test_playground_compas_multiframework_short.py
tests/test_playground_keras_model_types.py
tests/test_playground_model_types.py
tests/test_playground_moral_compass_challenge.py
tests/test_playground_torch_model_types.py
tests/test_playgrounds_nodataimport.py
tests/test_region_aware_naming.py
tests/unit/DEBUGGING_GUIDE.md
tests/unit/README.md
tests/unit/__init__.py
tests/unit/run_tests.sh
tests/unit/test_bucket_setup.py
tests/unit/test_credentials.py
tests/unit/test_data_preprocessing.py
tests/unit/test_eval_metrics_smoke.py
tests/unit/test_model_helpers.py
tests/unit/test_model_training.py
tests/unit/test_modernization.py
tests/unit/test_playground_init.py
tests/unit/test_playground_operations.py
tests/unit/test_preprocessor_diagnostics.py
tests/unit/test_preprocessor_validation.py
tests/unit/test_setup_sanity.py
tests/unit/test_submit_model_returns.py
tests/unit/test_transformer_preprocessor.py
tests/unit/test_utils_imports.py