Update stylist guide, gitignore and README

This commit is contained in:
pangkaicheng
2025-10-27 15:06:53 +08:00
parent f3bf2baa01
commit 366a8cac7a
6 changed files with 90 additions and 1 deletions

View File

@@ -4,4 +4,8 @@ Checklist
```bash
export GOOGLE_API_KEY="<your_API_KEY>"
```
3. Ensure root path added to PYTHONPATH
3. Ensure root path added to PYTHONPATH
4. Download Image data from [here](https://hkaidlab-my.sharepoint.com/:u:/g/personal/kcpang_aidlab_hk/EW4Ve7pPWgZJn-781tdjkCQBaafaGMBKcDXXzHcR1QILzQ?e=FU7RfK) and put it in "./data/image_data"
5. Download chromadb local database file from [here](https://hkaidlab-my.sharepoint.com/:f:/g/personal/kcpang_aidlab_hk/EsEZNodPI0hBuKDTVDlL1l0BO0Jwt4oVO23bOzVjO3FaPQ?e=TgjP4D) and put it in "./data/db"