path # lines of code
frontend-vite/index.html 16
frontend-vite/src/index.css 3
frontend-vite/src/App.tsx 48
frontend-vite/src/common/components/inputs/CustomSlider.tsx 61
frontend-vite/src/common/components/inputs/CustomSelect.tsx 66
frontend-vite/src/common/components/CustomCard.tsx 48
frontend-vite/src/common/components/BuiltOnVertexAIWrapper.tsx 31
frontend-vite/src/common/components/DemoWrapper.tsx 63
frontend-vite/src/common/components/NavBar.tsx 124
frontend-vite/src/common/components/Alert.tsx 45
frontend-vite/src/common/components/MoreInfoCard.tsx 47
frontend-vite/src/common/components/TabbedFlow.tsx 58
frontend-vite/src/common/pages/DemoSelection.tsx 133
frontend-vite/src/main.tsx 17
frontend-vite/src/theme/palette.ts 113
frontend-vite/src/theme/demoTheme.ts 22
frontend-vite/src/theme/theme.ts 23
frontend-vite/src/theme/typography.ts 101
frontend-vite/src/DemoInfo.tsx 77
frontend-vite/src/AnalyticsService.ts 11
frontend-vite/postcss.config.js 6
frontend-vite/tailwind.config.js 23
frontend-vite/vite.config.ts 19
frontend/public/mockServiceWorker.js 208
frontend/public/index.html 22
frontend/src/index.css 18
frontend/src/App.tsx 50
frontend/src/common/components/inputs/CustomSlider.tsx 61
frontend/src/common/components/inputs/CustomSelect.tsx 66
frontend/src/common/components/CustomCard.tsx 49
frontend/src/common/components/BuiltOnVertexAIWrapper.tsx 31
frontend/src/common/components/DemoWrapper.tsx 79
frontend/src/common/components/NavBar.tsx 120
frontend/src/common/components/prediction-plots/PlotlyPredictionPlot.tsx 97
frontend/src/common/components/prediction-plots/RechartsPredictionPlot.tsx 57
frontend/src/common/components/MoreInfoCard.tsx 42
frontend/src/common/components/TabbedFlow.tsx 58
frontend/src/common/components/EvaluationDataGrid.tsx 42
frontend/src/common/components/ParametersTable.tsx 35
frontend/src/common/pages/DemoSelection.tsx 121
frontend/src/setupTests.ts 1
frontend/src/stories/matching-engine/components/MatchResultsTable.stories.tsx 38
frontend/src/stories/matching-engine/components/MatchCard.stories.tsx 36
frontend/src/stories/matching-engine/pages/MatchingEngineLandingPage.stories.tsx 17
frontend/src/stories/matching-engine/pages/MatchingEngineFlow.tsx 15
frontend/src/stories/time-series-forecasting/components/PredictionPlotForJob.stories.tsx 13
frontend/src/stories/time-series-forecasting/new-forecast/components/ForecastJobCard.stories.tsx 9
frontend/src/stories/time-series-forecasting/new-forecast/NewForecastJob.stories.tsx 15
frontend/src/stories/time-series-forecasting/new-forecast/pages/BQMLModelSelection.stories.tsx 9
frontend/src/stories/time-series-forecasting/new-forecast/pages/ForecastJobResult.stories.tsx 16
frontend/src/stories/time-series-forecasting/explanations/ExplanationFlowRetail-Tabs.stories.tsx 8
frontend/src/stories/time-series-forecasting/explanations/retail/ResultsStep.stories.tsx 8
frontend/src/stories/time-series-forecasting/explanations/retail/MotivationStep.stories.tsx 8
frontend/src/stories/time-series-forecasting/explanations/retail/ForecastStep.stories.tsx 8
frontend/src/stories/time-series-forecasting/explanations/retail/PlottingStep.stories.tsx 8
frontend/src/stories/time-series-forecasting/explanations/retail/DatasetStep.stories.tsx 8
frontend/src/stories/time-series-forecasting/explanations/retail/PatternsStep.stories.tsx 8
frontend/src/stories/time-series-forecasting/pages/Introduction.stories.tsx 8
frontend/src/stories/time-series-forecasting/pages/ForecastJobs.stories.tsx 16
frontend/src/stories/time-series-forecasting/pages/TimeSeriesLandingPage.stories.tsx 11
frontend/src/stories/time-series-forecasting/pages/Introduction2.stories.tsx 8
frontend/src/stories/common/pages/DemoSelection.stories.tsx 8
frontend/src/stories/image/image-classification/pages/ImageClassificationLandingPage.stories.tsx 11
frontend/src/stories/image/image-classification/pages/ImageClassificationFlow.stories.tsx 9
frontend/src/theme/typography.js 101
frontend/src/theme/palette.ts 113
frontend/src/theme/demoTheme.ts 22
frontend/src/theme/theme.ts 23
frontend/src/AnalyticsService.js 11
frontend/src/index.tsx 23
frontend/src/DemoInfo.tsx 88
frontend/src/reportWebVitals.ts 13
backend/matching-engine/services/text_to_image_match_service.py 92
backend/matching-engine/services/sentence_transformer_service.py 94
backend/matching-engine/services/multimodal_embedding_client.py 61
backend/matching-engine/services/palm_text_match_service.py 101
backend/matching-engine/services/match_service.py 171
backend/matching-engine/services/multimodal_text_to_image_match_service.py 223
backend/matching-engine/services/spacy_match_service.py 80
backend/matching-engine/tracer_helper.py 23
backend/matching-engine/constants.py 11
backend/matching-engine/main.py 176
backend/matching-engine/register_services.py 91
backend/matching-engine/storage_helper.py 23
backend/matching-engine/models.py 6
backend/time-series-forecasting/services/forecast_job_coordinator.py 108
backend/time-series-forecasting/services/dataset_service.py 81
backend/time-series-forecasting/services/forecast_job_service.py 47
backend/time-series-forecasting/models/completed_forecast_job.py 31
backend/time-series-forecasting/models/forecast_job_request.py 28
backend/time-series-forecasting/models/dataset.py 131
backend/time-series-forecasting/training_methods/training_method.py 47
backend/time-series-forecasting/training_methods/debug_training_method.py 49
backend/time-series-forecasting/training_methods/automl_training_method.py 266
backend/time-series-forecasting/training_methods/bqml_training_method.py 122
backend/time-series-forecasting/sample_data/iowa_liquor_sales_dataprep.ipynb 280
backend/time-series-forecasting/constants.py 5
backend/time-series-forecasting/main.py 312
backend/time-series-forecasting/utils.py 34
backend/unified-cloud-search/services/search_service.py 52
backend/unified-cloud-search/services/unified_cloud_search_service.py 110
backend/unified-cloud-search/services/search_services.py 33
backend/unified-cloud-search/tracer_helper.py 11
backend/unified-cloud-search/data/randomize.ipynb 45
backend/unified-cloud-search/main.py 81
backend/unified-cloud-search/register_services.py 31
backend/unified-cloud-search/models.py 6