https://github.com/chrisabdo/docuchatai
A multi form AI Chatbot for documents
https://github.com/chrisabdo/docuchatai
Last synced: 2 months ago
JSON representation
A multi form AI Chatbot for documents
- Host: GitHub
- URL: https://github.com/chrisabdo/docuchatai
- Owner: ChrisAbdo
- Created: 2023-10-05T17:48:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T22:12:32.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:13:22.341Z (4 months ago)
- Language: TypeScript
- Homepage: https://docuchatai.vercel.app
- Size: 730 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DocuChatAI, a multi form AI Chatbot
## Installation & Setup
1. clone the repository and change directory into the project
2. `npm i` or `yarn` or `bun i` to install dependencies
3. set up env variables in .env.local (OPENAI_API_KEY=XXX)
4. start the dev server with `npm run dev` or `yarn dev` or `bun dev`