Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk With Data

This is a Node.js application that enables users to upload a document and interact with it conversationally to extract relevant information. The app consists of a server and a client. The server processes the uploaded document, while the client provides an interactive user interface for document interaction.


Features

  • Document Upload: Upload any document to the application.
  • Natural Language Interaction: Ask questions or make queries about the document in plain language.
  • Dynamic Responses: Receive precise and contextually relevant responses based on the document content.
  • Real-Time Feedback: Interact with documents as if having a conversation with an expert on the content.

Requirements

Before running the application, ensure the following are installed on your system:

  • Node.js (v14.x or higher)
  • npm (Node Package Manager)

Getting Started

1. Clone the Repository

git clone https://github.com/your-repo/document-chat-app.git
cd document-chat-app

2. Install Dependencies

Run the following command to install the required dependencies:

npm install

3. Start the server

Run the server using:

npm run server

4. Start the client

In the new terminal, start the client using:

npm run dev

About

An AI app to talk with any file, build for Knoyo

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages