vocabulary-book-by-deepseek

vocabulary-book-by-deepseek

vocabulary-book-by-deepseek|使用 DeepSeek 开发实现的四六级、考研、托福单词词汇库, 提供单词的词义、词根、例句、辅助记忆、助记图像等信息|小智晖的AI单词库。

Stars: 332

Visit
 screenshot

Vocabulary Book by DeepSeek is a manual for CET-4, postgraduate entrance examination, and TOEFL vocabulary, providing word meanings, roots, example sentences, mnemonic aids, and mnemonic images. The project uses Cline + DeepSeek-R1-16b for over 80% of the code to automatically encode the vocabulary manual. The generated manual includes vocabulary from A to Z for CET-4, CET-6, postgraduate entrance examination, and TOEFL, along with features to generate Anki cards and PDFs. The tool also allows for the creation of mnemonic images for each word and articles.

README:

vocabulary-book-by-deepseek

使用 DeepSeek 开发实现的四六级、考研、托福 单词词库手册, 提供单词的词义、词根、例句、辅助记忆、助记图像等信息。

本项目 80% 以上代码采用 Cline + DeepSeek-R1-16b(本地部署) 自动编码完成。

生成的词库手册最终效果如下:

功能规划

  • ✅ 英语四级词库
  • 英语六级词库
  • 考研
  • 托福
  • 生成anki卡片
  • 生成PDF

Run

cet4 原始单词数据路径:

data/cet4/

调用DeepSeek生成单词解释信息

  • 串行处理
./prun.sh process_words.py
  • 只处理一个文件
./prun.sh process_words.py a
  • 并发处理所有文件
for letter in {a..z}; do 
    ./prun.sh process_words.py ${letter} &
    sleep 10
done

生成每个单词的助记图像

./prun.sh gen_words_img.py

生成文章

./prun.sh gen_articles.py

本地启动

mkdir -p web/imgs/word_imgs/ && cp -r result/word_imgs/* web/imgs/word_imgs/
cp -r result/articles/* web/_posts/zh/
docker run -it --rm -p 4000:4000 -v $PWD/web:/app -w /app ruby:3.2.0 bash
bundle install 
bundle exec jekyll serve --host 0.0.0.0

Cline任务

本项目 80% 以上代码采用 Cline + DeepSeek-R1-16b(本地部署) 自动编码完成。

数据来源

赞赏

作为一个独立开发者,除了日常的代码开发工作外,项目运行所需的各项成本(包括调用大模型的费用)均由我个人承担。

如果您觉得我的项目对您有所帮助,请通过下方式支持我:

  • 捐赠支持: 若有意向提供捐助,感谢您的鼓励与支持!
  • 扫码交流群: 欢迎加入我们的讨论社群,共同探讨如何更高效地学习英语、记忆单词,以及AI在语言学习中的应用。
mp 赞赏
后台回复 AI助记 加群交流 捐赠支持作者

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for vocabulary-book-by-deepseek

Similar Open Source Tools

For similar tasks

For similar jobs