AI Voc Builder
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:
- Unique, efficient vocabulary building: One-click saving of sample sentences, translations, new words, and definitions.
- Engaging story and quiz modes to help you master new words.
- Supports over 10 target languages with multiple AI backends, including OpenAI, Gemini, and Anthropic.
Product Screenshots:
↑ AI-Powered Smart Vocabulary Extraction
|
↑ Test Mode for Enhanced Memorization
|
Quick Start
This tool is developed using Python. Please use pip
or other packaging tools to install it:
pip install ai-vocabulary-builder
pipx
pipx install ai-vocabulary-builder
uv
uv pip install ai-vocabulary-builder
Requires Python version 3.9 or higher.
After installation, run aivoc notebook
to open the application in your browser.
Docker
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.
Features
The most commonly used features can be found inside the notebook app. Here are some more advanced features:
Configurations
The main configurations for this tool can be managed from the web page. Here are some additional configurations that are set through environment variables.
AIVOC_DATA_DIR
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"
Why Develop This Tool?
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.