Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Download identified people from facial recognition
client.people() -> pd.DataFrame
pd.DataFrame
from jmail import JmailClient client = JmailClient() people = client.people() # People with the most photo appearances top = people.sort_values("photo_count", ascending=False).head(20) print(top[["name", "photo_count"]])
id
name
source
photo_count
https://data.jmail.world/v1/people.parquet https://data.jmail.world/v1/people.ndjson.gz