An AI-powered smart vocabulary tool with features like One-click vocabulary building and story-based memorization.
Available in other languages: [中文]
“AI Voc Builder” is a smart English vocabulary tool powered by AI technology. It helps you quickly build your own English vocabulary and learn more effectively.
Key Features:
Product Screenshots:
This tool is developed using Python. Please use pip
or other packaging tools to install it:
pip install ai-vocabulary-builder
pipx install ai-vocabulary-builder
uv pip install ai-vocabulary-builder
# or uvx to run the notebook directly
# uvx --from ai-vocabulary-builder aivoc notebook
Requires Python version 3.9 or higher.
After installation, run aivoc notebook
to open the application in your browser.
For easier setup and a consistent environment, you can also use Docker. See the CONTRIBUTING.md file for instructions on building and running the Docker image.
The most commonly used features can be found inside the notebook app. Here are some more advanced features:
The main configurations for this tool can be managed from the web page. Here are some additional configurations that are set through environment variables.
Specifies the path where the vocabulary data files are stored. The default path is the current user’s home directory: ~/.
Example:
export AIVOC_DATA_DIR="$HOME/Documents"
When learning English, a vocabulary builder is a very important tool. A good vocabulary builder should include at least the following: new words, definitions, example sentences, and example sentence translations . However, maintaining this information manually is very tedious. As a result, most people who have studied English for many years do not have their own vocabulary builder. They often encounter new words while reading, look them up in the dictionary, and then forget them 20 seconds later.
“AI Voc Builder” tries to use the power of AI to make the process of building a vocabulary builder easy and fun, so that everyone can have their own vocabulary builder and quickly expand their vocabulary.