git clone https://github.com/Catchi-Nichi/Catchinichi-AI.git
cd Catchinichi-AI
pip install -r requirements.txt
git clone https://github.com/ultralytics/yolov5.git
Catchinichi-AI
├─.vscode
├─DB_related
├─etc
├─fragrance_Data
├─imgs
├─label_recognition
├─recommender
│ ├─.vscode
│ ├─DataFrames
│ ├─recommender
│ │ └─DataFrames
│ ├─reviews
│ └─__pycache__
├─ResNet50
├─ResNet_dataset
├─ResNet_data_split
│ ├─test
│ ├─train
│ └─val
├─sample_imgs
└─yolov5
recommender디렉토리의 updateTable.py를 통하여 DB 업데이트
crontab -e
* * * * * python ~/Catchinichi-AI/recommender/updateTable.py
python ~/Catchinihi-AI/recommender/user_based.py <user_id>
python ~/Catchinihi-AI/recommender/user_based.py <brand> <product>
GOOGLE_VISION_CRED에 Google Vision 의 Credential 주소 지정
python ~/Catchinihi-AI/label_recognition/label_cls.py <image path>