Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumba23/custom-knowledge-ai
https://github.com/jumba23/custom-knowledge-ai
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumba23/custom-knowledge-ai
- Owner: jumba23
- Created: 2023-10-05T21:34:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T06:56:42.000Z (about 1 year ago)
- Last Synced: 2023-10-06T07:38:51.812Z (about 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Custom Knowledge AI (CKAI)
### What is CKAI?
This app is able to communicate with the user and answer questions using "LLM training" data (in pdf form - provided by the owner of the app). It is able to answer questions about the owner's knowledge base after searching through the pdf. We are going to be using openAI models to train the app to answer questions.
### How does it work?
The user is able to ask a question to the app. When the question is submitted, the app will search through the pdf and find the answer to the question. The app will then display the answer to the user using openAI models.
### TECH STACK
- Next.js
### Hosting
- Vercel