Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.yaml 1.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  1. artifacts: artifacts
  2. # Diet Recommendation
  3. diet_recommendation_data_ingestion:
  4. root_dir: artifacts/diet_recomendation/data_ingestion
  5. source_URL: https://drive.google.com/file/d/1dOGy_vMtQU3YqETamp2CNo78w8-ckLWN/view?usp=drive_link
  6. local_data_file: artifacts/diet_recomendation/data_ingestion/data.zip
  7. unzip_dir: artifacts/diet_recomendation/data_ingestion
  8. diet_recommendation_data_validation:
  9. root_dir: artifacts/diet_recomendation/data_validation
  10. unzip_data_dir: artifacts/diet_recomendation/data_ingestion/diet_recommendation.csv
  11. STATUS_FILE: artifacts/diet_recomendation/data_validation/status.txt
  12. diet_recommendation_model_trainer:
  13. root_dir: artifacts/diet_recomendation/model_trainer
  14. data_path: artifacts/diet_recomendation/data_ingestion/diet_recommendation.csv
  15. model_name: model.joblib
  16. #Food image classification
  17. food_image_data_ingestion:
  18. root_dir: artifacts/food_image_classification/data_ingestion
  19. source_URL: https://drive.google.com/file/d/1lky7C3LipwPKv46QEjpTVHDTfrxEtXew/view?usp=sharing
  20. local_data_file: artifacts/food_image_classification/data_ingestion/data.zip
  21. unzip_dir: artifacts/food_image_classification/data_ingestion
  22. food_image_prepare_base_model:
  23. root_dir: artifacts/food_image_classification/prepare_base_model
  24. base_model_path: artifacts/food_image_classification/prepare_base_model/base_model.h5
  25. updated_base_model_path: artifacts/food_image_classification/prepare_base_model/base_model_updated.h5
  26. food_image_model_training:
  27. root_dir: artifacts/food_image_classification/training
  28. trained_model_path: artifacts/food_image_classification/training/model.h5
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...