Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: pip install pre-commit

- name: Run pre-commit hooks (on all files)
run: pre-commit run --all-files --config .pre-commit-config-ci.yaml
run: pre-commit run --all-files
7 changes: 6 additions & 1 deletion exploratory_data_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,21 @@
}
],
"source": [
"import numpy as np\n",
"import os \n",
"import matplotlib.pyplot as plt\n",
"import torch\n",
"import pandas as pd \n",
"import pathlib\n",
"import seaborn as sns\n",
"import warnings\n",
"import scipy\n",
"\n",
"from torch.utils.data import Dataset, DataLoader\n",
"from torch.utils.data import random_split, Dataset, DataLoader\n",
"from torchvision import transforms\n",
"from PIL import Image\n",
"from collections import Counter\n",
"from matplotlib.colors import LinearSegmentedColormap\n",
"from matplotlib.colors import ListedColormap"
]
},
Expand Down
2 changes: 0 additions & 2 deletions locust/READ.MD

This file was deleted.

Binary file removed locust/charts.png
Binary file not shown.
33 changes: 0 additions & 33 deletions locust/main.py

This file was deleted.

Binary file removed milestones/milestones_3.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions terraform/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project_id = "deepskin-451908"
project_id = "your-gcp-project-id"
region = "europe-west1"
dataset_bucket_name = "deepskin_dataset"
model_bucket_name = "trained_deepskin_model"
code_bucket_name = "deepskin_code"
dataset_bucket_name = "your-dataset-bucket"
model_bucket_name = "your-model-bucket"
code_bucket_name = "your-code-bucket"
Loading