Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaloo committed May 14, 2024
1 parent a71fa21 commit be3d0e0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,15 @@ The [French regional TMDB Series Dataset](https://huggingface.co/datasets/DataFo

```bash
invoke update-series-dataset
```
```

## CLI

The CLI supports the following commands:

```
python -m observatoire.tmdb.movies --mode=[latest | missing]
python -m observatoire.tmdb.series --mode=[latest | missing]
```

In the `latest` mode, which is the default, these commands sync the latest records from TMDB to our datasets on Hugging Face. In the `missing` mode, they calculate which rows may be missing from the Hugging Face datasets and attempt to sync these records.

0 comments on commit be3d0e0

Please sign in to comment.