Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 842 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 842 Bytes

UKY CS499 C-Plan.ai Project

This repository hosts the development of an AI-powered document extractor, a capstone project for the CS499 course. Our team collaborates with c-plan.ai to design and implement an application that leverages advanced language model-based AI to automate the extraction of information from various documents.

Commands to initialize:

If flowise installed:

$ npx flowise start

If flowise not installed:

  $ npm install flowise 
  $ npx flowise start

Process of adding chat flows

  1. Run the following command:
  $ npx flowise start
  1. Make a new graph
  2. Press the cog button in the upper right corner
  3. Click "Load Chat Flow"
  4. Test it by saving it to your cookies so that it shows up in your flowise menu
  • Requires OpenAI Keys to run and test the program