llm-vision
v0.0.2
Published
The LLM Animation Video Maker Based on VueMotion
Downloads
20
Readme
LLMVision
Online: llmvision.bugduck.org
LLMVision is a mathematical and data visualization animation maker with LLM, it is based on Newcar Animation Engine
LLMVision是一个数学动画和数据可视化动画生成器AI,基于Newcar动画引擎
The Models Supported
- [x] GPT-4
- [x] GLM-3
- [x] GLM-4
- to be continue...
Usage
- Choose a model
- Input the API Key
- Input the description of animation you want to generate
- Click "Generate" button, and keep waiting until generating finish
- 选择模型
- 填入对应的模型的API Key
- 输入你想要生成的动画
- 点击"Generate",等待生成完毕
Packages
| Package | Description | | --------------- | ---------------------------------------------------- | | @llmvision/core | The prompts and generating function are all in there | | @llmvision/app | The pure front-end app |
Develop & Build
# dev core
$ cd packages/core
$ pnpm dev
# dev app
$ cd packages/app
$ pnpm dev
# build app
$ cd packages/app
$ pnpm build
Thanks for every support that makes BugDuck walk to there!