LICENSE
MANIFEST.in
README.md
setup.py
mlpath/__init__.py
mlpath.egg-info/PKG-INFO
mlpath.egg-info/SOURCES.txt
mlpath.egg-info/dependency_links.txt
mlpath.egg-info/entry_points.txt
mlpath.egg-info/requires.txt
mlpath.egg-info/top_level.txt
mlpath/mldir_cli/__init__.py
mlpath/mldir_cli/cli.py
mlpath/mldir_cli/__pycache__/__init__.cpython-39.pyc
mlpath/mldir_cli/__pycache__/cli.cpython-39.pyc
mlpath/mldir_cli/example-project/GIT-README.md
mlpath/mldir_cli/example-project/README.md
mlpath/mldir_cli/example-project/Sandbox.ipynb
mlpath/mldir_cli/example-project/requirements.txt
mlpath/mldir_cli/example-project/DataFiles/Dataset/Golden/1.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Golden/2.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Golden/3.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Golden/4.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Golden/5.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Swedish/1.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Swedish/2.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Swedish/3.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Swedish/4.jpeg
mlpath/mldir_cli/example-project/DataFiles/Dataset/Swedish/5.webp
mlpath/mldir_cli/example-project/DataPreparation/DataPreparation.ipynb
mlpath/mldir_cli/example-project/DataPreparation/Ingestion.py
mlpath/mldir_cli/example-project/DataPreparation/Preprocessing.py
mlpath/mldir_cli/example-project/FeatureExtraction/Fractal/Fractal.ipynb
mlpath/mldir_cli/example-project/FeatureExtraction/Fractal/Fractal.py
mlpath/mldir_cli/example-project/FeatureExtraction/Fractal/utils.py
mlpath/mldir_cli/example-project/FeatureExtraction/LBP/LBP.ipynb
mlpath/mldir_cli/example-project/FeatureExtraction/LBP/LBP.py
mlpath/mldir_cli/example-project/FeatureExtraction/Rand/Rand.ipynb
mlpath/mldir_cli/example-project/FeatureExtraction/Rand/Rand.py
mlpath/mldir_cli/example-project/ModelImplementation/CNN/CNN.py
mlpath/mldir_cli/example-project/ModelPipelines/CNN/CNN.ipynb
mlpath/mldir_cli/example-project/ModelPipelines/GradientBoost/Fractal-GB.ipynb
mlpath/mldir_cli/example-project/ModelPipelines/GradientBoost/Fractal-GB.md
mlpath/mldir_cli/example-project/ModelPipelines/GradientBoost/Rand-GB.ipynb
mlpath/mldir_cli/example-project/ModelPipelines/SVM/LBP-SVM.ipynb
mlpath/mldir_cli/example-project/ModelPipelines/SVM/Rand-SVM.ipynb
mlpath/mldir_cli/example-project/ModelScoring/Pipeline.py
mlpath/mldir_cli/example-project/ModelScoring/Scoring.py
mlpath/mldir_cli/example-project/ModelScoring/results.csv
mlpath/mldir_cli/example-project/Production/app.py
mlpath/mldir_cli/example-project/Production/static/icon.png
mlpath/mldir_cli/example-project/Production/static/logo.png
mlpath/mldir_cli/example-project/Production/static/styles/style.css
mlpath/mldir_cli/example-project/Production/static/uploads/image.jpeg
mlpath/mldir_cli/example-project/Production/templates/home.html
mlpath/mldir_cli/example-project/Production/templates/model.html
mlpath/mldir_cli/example-project/References/EfficientNet.pdf
mlpath/mldir_cli/example-project/Saved/Fractal-GB.pkl
mlpath/mldir_cli/project/GIT-README.md
mlpath/mldir_cli/project/README.md
mlpath/mldir_cli/project/Sandbox.ipynb
mlpath/mldir_cli/project/DataPreparation/Ingestion.py
mlpath/mldir_cli/project/DataPreparation/Preprocessing.py
mlpath/mldir_cli/project/FeatureExtraction/BoW/BoW.py
mlpath/mldir_cli/project/FeatureExtraction/GLCM/GLCM.py
mlpath/mldir_cli/project/FeatureExtraction/OneHot/OneHot.py
mlpath/mldir_cli/project/ModelImplementations/LDA/LDA.py
mlpath/mldir_cli/project/ModelImplementations/RadialBasisNet.py/RadialBasisNet.py.py
mlpath/mldir_cli/project/ModelPipelines/GRU/OneHot-GRU.ipynb
mlpath/mldir_cli/project/ModelPipelines/GradientBoost/BoW-GB.ipynb
mlpath/mldir_cli/project/ModelPipelines/GradientBoost/GLCM-GB.ipynb
mlpath/mldir_cli/project/ModelPipelines/SVM/BoW-SVM.ipynb
mlpath/mldir_cli/project/ModelScoring/Pipeline.py
mlpath/mldir_cli/project/ModelScoring/Scoring.py
mlpath/mldir_cli/project/Production/app.py
mlpath/mldir_cli/project/Production/static/icon.png
mlpath/mldir_cli/project/Production/static/logo.png
mlpath/mldir_cli/project/Production/static/styles/style.css
mlpath/mldir_cli/project/Production/templates/home.html
mlpath/mldir_cli/project/Production/templates/model.html
mlpath/mldir_cli/simple-project/GIT-README.md
mlpath/mldir_cli/simple-project/README.md
mlpath/mldir_cli/simple-project/Sandbox.ipynb
mlpath/mldir_cli/simple-project/DataPreparation/Ingestion.py
mlpath/mldir_cli/simple-project/DataPreparation/Preprocessing.py
mlpath/mldir_cli/simple-project/FeatureExtraction/BoW/BoW.py
mlpath/mldir_cli/simple-project/FeatureExtraction/GLCM/GLCM.py
mlpath/mldir_cli/simple-project/FeatureExtraction/OneHot/OneHot.py
mlpath/mldir_cli/simple-project/ModelPipelines/GRU/OneHot-GRU.ipynb
mlpath/mldir_cli/simple-project/ModelPipelines/GradientBoost/BoW-GB.ipynb
mlpath/mldir_cli/simple-project/ModelPipelines/GradientBoost/GLCM-GB.ipynb
mlpath/mldir_cli/simple-project/ModelPipelines/SVM/BoW-SVM.ipynb
mlpath/mldir_cli/simple-project/ModelScoring/Pipeline.py
mlpath/mldir_cli/simple-project/ModelScoring/Scoring.py
mlpath/mldir_cli/web/__init__.py
mlpath/mldir_cli/web/app.py
mlpath/mldir_cli/web/utils.py
mlpath/mldir_cli/web/__pycache__/__init__.cpython-39.pyc
mlpath/mldir_cli/web/__pycache__/app.cpython-39.pyc
mlpath/mldir_cli/web/__pycache__/utils.cpython-39.pyc
mlpath/mldir_cli/web/static/icon.png
mlpath/mldir_cli/web/static/logo.png
mlpath/mldir_cli/web/static/css/bootstrap.css
mlpath/mldir_cli/web/static/css/style.css
mlpath/mldir_cli/web/static/js/script.js
mlpath/mldir_cli/web/templates/index.html
mlpath/mlquest/__init__.py
mlpath/mlquest/mlquest.py
mlpath/mlquest/utils.py