Giter Site home page Giter Site logo

manthan89-py / datawhisperer Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 221 KB

Data Whisperer is a chatbot that allows you to analyze your local files using Large Language Models (LLMs). You can upload PDFs, Markdown, Text, and Document files to the chatbot and then ask questions related to the content of these files.

Python 41.08% HTML 15.23% CSS 14.25% TypeScript 29.44%
chatbot file-analyzer langchain langchain-python llm local-llm python reactjs

datawhisperer's Introduction

Data Whisperer ๐Ÿ—ƒ๏ธ

Introduction

Data Whisperer ๐Ÿ—ƒ๏ธ is a chatbot that allows you to analyze your local files using Large Language Models (LLMs). You can upload PDFs, Markdown, Text, and Document files to the chatbot and ask questions related to the content of those files.

Execution of Project

To run this project in your environment, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/manthan89-py/DataWhisperer.git
    
  2. Create a Virtual Environment: Create a virtual environment using Python or Conda and activate it.

  3. Install Backend Dependencies: Navigate to the backend folder and install the dependencies using:

    pip install -r requirements.txt
    
  4. Add your OPENAPI_KEY: Add your OPENAPI_KEY to the .env file in the backend folder.

  5. Start the Backend: Start the backend app using Uvicorn:

    uvicorn main:app --reload
    
  6. Install Node.js and npm: Ensure you have Node.js and npm installed. For example, Node.js version 20.11.1 and npm version 10.2.4 or higher.

  7. Install Frontend Dependencies: Navigate to the frontend folder and install the dependencies using:

    npm install
    
  8. Start the Frontend: Start the frontend app using:

    npm start
    

    image

Additional Content

  • File Types Supported: PDF, Markdown, Text, and Document files.
  • Backend Framework: FastAPI for creating RESTful APIs.
  • Frontend Framework: React for the user interface.
  • Dependencies: See requirements.txt for backend dependencies and package.json for frontend dependencies.

datawhisperer's People

Contributors

manthan89-py avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.