-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_details.py
65 lines (50 loc) · 1.6 KB
/
config_details.py
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
__author__ = 'delhivery'
second_level_cat_names=\
["Beauty Products and Personal Care",
"Camera and Photos",
"Mobile Phone, Tablets and Accesories",
"Apparel & Accessories",
"Watches, Eyewear and Jewellery",
"Electronics and Appliances",
"Home and Kitchen",
"Computers and Laptops",
"Shoes and Footwear"
]
second_level_cat_names_nb=\
["Beauty Products and Personal Care",
"Camera and Photos",
"Apparel & Accessories",
"Watches, Eyewear and Jewellery",
"Electronics and Appliances",
"Home and Kitchen",
"Computers and Laptops",
"Sports and Outdoors",
"Health and Wellness",
"Shoes and Footwear"
]
second_level_cat_names_rf=\
[ "Mobile Phone, Tablets and Accesories"]
"""
This file includes the database,collection names to be used in the scripts.
"""
database='cat_identification'
vendor_table='vendors'
product_table='products_new'
delhivery_category_table = 'delhivery_categories'
vendor_category_table='vendor_categories'
vendor_delhivery_mapping='vendor_delhivery_mapping'
machine_name='rohan-local'
json_dir_prefix=""
if machine_name=='rohan-local':
json_dir_prefix="/home/delhivery/pc_data/pc_data"
elif machine_name=='vidya-local':
json_dir_prefix="/home/delhivery/Documents/workspace/cataloguing/pc_data"
"""
Specify the files/folder to import here
"""
folder_to_import='xyz'
delhivery_category_file=''
vendor_category_file=''
#Load_Settings Folder
#Train_Test_Settings
#Predict_Paths