Giter Site home page Giter Site logo

docuverse's Introduction

DocuTalk

DocuTalk is a Streamlit application that allows you to upload various document files (PDF, DOCX, PPTX) and ask questions about the content of the documents. The application uses the LangChain library and the Ollama language model to process the documents, generate embeddings, and provide answers to the user's questions.

Requirements

To run this application, you need to have the following dependencies installed:

pip install streamlit langchain_community pypdf2 chromadb langchain python-docx python-pptx
ollama pull mistral
ollama pull nomic-embed-text

Usage

  1. Run the application using the following command:
streamlit run app.py
  1. Upload your documents (PDF, DOCX, PPTX) by clicking the "Upload files" button.

  2. Once the documents are uploaded, click the "Generate Embeddings" button to process the documents and create the necessary embeddings.

  3. Enter your question in the text input field and click the "Query Documents" button to get the answer based on the uploaded documents.

  4. If you have any CSV files uploaded, the application will automatically detect them and display the data in a plot.

Features

  • Supports PDF, DOCX, and PPTX file formats.
  • Generates embeddings for the uploaded documents using the Ollama language model.
  • Provides answers to user questions based on the content of the uploaded documents.
  • Plots data from uploaded CSV files.

Acknowledgements

This application uses the following libraries and tools:

docuverse's People

Contributors

rushichaganti avatar

Watchers

 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.