Compare commits
No commits in common. "master" and "0.2" have entirely different histories.
14
src/.gitignore
vendored
14
src/.gitignore
vendored
@ -1,15 +1 @@
|
|||||||
/sources
|
/sources
|
||||||
|
|
||||||
|
|
||||||
/auth/config/users/*.json
|
|
||||||
users/*.json
|
|
||||||
# Python cache files
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
BIN
src/__pycache__/__init__.cpython-39.pyc
Executable file
BIN
src/__pycache__/__init__.cpython-39.pyc
Executable file
Binary file not shown.
@ -4,7 +4,6 @@ from dataclasses import dataclass
|
|||||||
@dataclass
|
@dataclass
|
||||||
class Ids:
|
class Ids:
|
||||||
# Auth Container
|
# Auth Container
|
||||||
USE_MODEL = 'use-model'
|
|
||||||
AUTH_CONTAINER = 'auth-container'
|
AUTH_CONTAINER = 'auth-container'
|
||||||
DASHBOARD_CONTAINER = 'dashboard-container'
|
DASHBOARD_CONTAINER = 'dashboard-container'
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
src/dashboard/__pycache__/environmental_simulator.cpython-39.pyc
Executable file
BIN
src/dashboard/__pycache__/environmental_simulator.cpython-39.pyc
Executable file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
src/olive_oil_train_dataset/__pycache__/create_train_dataset.cpython-39.pyc
Executable file
BIN
src/olive_oil_train_dataset/__pycache__/create_train_dataset.cpython-39.pyc
Executable file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
# Data handling and analysis
|
# Data handling and analysis
|
||||||
pandas>=1.5.0
|
pandas>=1.5.0
|
||||||
numpy>=1.21.0
|
numpy>=1.21.0
|
||||||
scikit-learn==1.6.0
|
scikit-learn==1.5.2
|
||||||
|
|
||||||
# Dashboard and visualization
|
# Dashboard and visualization
|
||||||
dash>=2.9.0
|
dash>=2.9.0
|
||||||
|
|||||||
BIN
src/utils/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
src/utils/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
src/utils/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
src/utils/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
src/utils/__pycache__/__init__.cpython-39.pyc
Executable file
BIN
src/utils/__pycache__/__init__.cpython-39.pyc
Executable file
Binary file not shown.
BIN
src/utils/__pycache__/helpers.cpython-311.pyc
Normal file
BIN
src/utils/__pycache__/helpers.cpython-311.pyc
Normal file
Binary file not shown.
BIN
src/utils/__pycache__/helpers.cpython-312.pyc
Normal file
BIN
src/utils/__pycache__/helpers.cpython-312.pyc
Normal file
Binary file not shown.
BIN
src/utils/__pycache__/helpers.cpython-39.pyc
Executable file
BIN
src/utils/__pycache__/helpers.cpython-39.pyc
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user