Update README.md
Browse files
README.md
CHANGED
@@ -71,10 +71,11 @@ subdf.to_parquet('metadata-2007.parquet')
|
|
71 |
To simplify downloading specific entries, use the **[CheeseChaser](https://github.com/deepghs/cheesechaser)** library:
|
72 |
|
73 |
```python
|
74 |
-
|
|
|
75 |
from cheesechaser.query import DanbooruIdQuery
|
76 |
|
77 |
-
pool =
|
78 |
#my_waifu_ids = DanbooruIdQuery(['surtr_(arknights)', 'solo'])
|
79 |
# above is only available when Danbooru is accessible, if not, use following:
|
80 |
import pandas as pd
|
|
|
71 |
To simplify downloading specific entries, use the **[CheeseChaser](https://github.com/deepghs/cheesechaser)** library:
|
72 |
|
73 |
```python
|
74 |
+
#%pip install cheesechaser # >=0.2.0
|
75 |
+
from cheesechaser.datapool import Danbooru2024SfwDataPool
|
76 |
from cheesechaser.query import DanbooruIdQuery
|
77 |
|
78 |
+
pool = Danbooru2024SfwDataPool()
|
79 |
#my_waifu_ids = DanbooruIdQuery(['surtr_(arknights)', 'solo'])
|
80 |
# above is only available when Danbooru is accessible, if not, use following:
|
81 |
import pandas as pd
|