Bookbot's profile picture

Bookbot

company
Verified

AI & ML interests

Accessible technology.

Organization Card
About org cards

Bookbot is a learn-to-read mobile app, compatible with iOS & Android. Our app tailors to the needs of users with learning disabilities by highlighting words as they read and providing an audio companion to show how words are correctly pronounced through audio synthesis. We use 🤗HuggingFace to facilitate model training, hosting, and sharing.

Bookbot Website
Bookbot Overview
Find all our models on the Hub

To use one of our models available on the Hub, you can try the following example:

    from transformers import pipeline
    pretrained_name = "bookbot/gpt2-indo-medium-kids-stories"
    nlp = pipeline("text-generation", model=pretrained_name, tokenizer=pretrained_name)
    nlp("Archie sedang mengendarai roket ke planet Mars.")
        

You can also visit our Github repository for other open-source projects!