Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eosphoros-ai/db-gpt-web
DB-GPT WebUI,LLM to vision.
https://github.com/eosphoros-ai/db-gpt-web
ai ai-assistant artifi artificial-intelligence assistant automation chatgpt chatui gpt personal-assistant text-to-speech vitual-assistant
Last synced: 8 days ago
JSON representation
DB-GPT WebUI,LLM to vision.
- Host: GitHub
- URL: https://github.com/eosphoros-ai/db-gpt-web
- Owner: eosphoros-ai
- Created: 2023-07-07T13:00:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T12:14:41.000Z (6 months ago)
- Last Synced: 2024-09-01T21:03:17.317Z (2 months ago)
- Topics: ai, ai-assistant, artifi, artificial-intelligence, assistant, automation, chatgpt, chatui, gpt, personal-assistant, text-to-speech, vitual-assistant
- Language: TypeScript
- Homepage: https://db-gpt-web-phi.vercel.app
- Size: 25.9 MB
- Stars: 214
- Watchers: 8
- Forks: 73
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DB-GPT-Web_
DB-GPT Chat UI, LLM to Vision.
_---
## 👋 Introduction
***DB-GPT-Web*** is an **Open source chat UI** for [**DB-GPT**](https://github.com/eosphoros-ai/DB-GPT).
Also, it is a **LLM to Vision** solution.[DB-GPT-Web](https://dbgpt.site) is an Open source Tailwind and Next.js based chat UI for AI and GPT projects. It beautify a lot of markdown labels, such as `table`, `thead`, `th`, `td`, `code`, `h1`, `h2`, `ul`, `li`, `a`, `img`. Also it define some custom labels to adapted to AI-specific scenarios. Such as `plugin running`, `knowledge name`, `Chart view`, and so on.
## 💪🏻 Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/) >= 16
- [npm](https://npmjs.com/) >= 8
- Supported OSes: Linux, macOS and Windows### Installation
```sh
# Install dependencies
npm install
```### Usage
```sh
cp .env.example .env
```
edit the `API_BASE_URL` to the real address```sh
# development model
npm run dev
```## 🚀 Use In DB-GPT
```sh
npm run compile# copy compile file to DB-GPT static file dictory
cp -rf out/* ../dbgpt/app/static```
## 📚 Documentation
For full documentation, visit [document](https://docs.dbgpt.site/).
## Usage
[react-markdown](https://github.com/remarkjs/react-markdown#readme) for markdown support.
[ant-design](https://github.com/ant-design/ant-design) for ui components.
[next.js](https://github.com/vercel/next.js) for server side rendering.
[@antv/g2](https://github.com/antvis/g2#readme) for charts.## License
DB-GPT-Web is licensed under the [MIT License](LICENSE).
---
Enjoy using DB-GPT-Web to build stunning UIs for your AI and GPT projects.
🌟 If you find it helpful, don't forget to give it a star on GitHub! Stars are like little virtual hugs that keep us going! We appreciate every single one we receive.
For any queries or issues, feel free to open an [issue](https://github.com/eosphoros-ai/DB-GPT-Web/issues) on the repository.
Happy coding! 😊