Giter Site home page Giter Site logo

intelliextract-ai's Introduction

IntelliExtract-AI

Harnessing LLM for Intelligent Information Extraction.

IntelliExtract-AI is an innovative application designed to facilitate interactive data analysis and visualization through natural language conversations with various sources,i.e. csv, text, pdf, database, web url.

Table of Contents

Prerequisites

Before getting started with the Multiple-CSV ChatApp with LLM, ensure you have the following prerequisites installed on your system:

  • Python 3.10
  • Streamlit
  • Pandasai for data manipulation
  • Matplotlib for data visualization
  • The python-dotenv package for environment variable management
  • An active OpenAI account with access to API services

Installation

To set up the Multiple-CSV ChatApp with LLM on your local machine, follow these steps:

  1. Clone the repository from GitHub:

    git clone https://github.com/vivifyhealthcare/IntelliExtract-AI.git
    cd IntelliExtract-AI
    
  2. Create a conda environment with Python 3.10:

    conda create -p venv python==3.10 -y
    
  3. Activate the created virtual environment:

    conda activate venv/
    
  4. Install the required dependencies using pip:

    pip install -r requirements.txt
    
  5. Create a .env file at the root of the project directory and add your OpenAI API key:

    OPENAI_API_KEY='YourOpenAIKeyHere'
    

Getting Started

After completing the installation, you can start the Multiple-CSV ChatApp with LLM by running the Streamlit application: streamlit run app.py

Usage

The Multiple-CSV ChatApp with LLM enables users to perform various data analysis tasks through an intuitive chat interface:

  • CSV File Upload: Users can upload multiple CSV files and select one for analysis through a dropdown menu.
  • Natural Language Queries: Engage in a chat-like interaction with the selected CSV file to ask questions, request summaries, or generate visualizations.
  • Data Visualization: The application supports on-the-fly generation of charts and graphs based on the user's queries.

Features

  • Multiple CSV Support: Seamlessly switch between multiple uploaded CSV files for analysis.
  • LLM-Powered Insights: Utilizes the OpenAI language model for interpreting natural language queries and generating meaningful responses.
  • Interactive Visualizations: Generates dynamic matplotlib charts in response to user queries for a more engaging data analysis experience.
  • Streamlit Integration: Offers a clean and responsive web interface for uploading files, entering queries, and displaying results.

Contributing

We welcome contributions to the Multiple-CSV ChatApp with LLM project. To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork and submit a pull request.

Ensure your contributions are well-documented and follow the project's coding standards.

intelliextract-ai's People

Contributors

sacredabhishek avatar gnani1918 avatar dhanunjayathota avatar tvr28 avatar srujithapyla avatar

Watchers

 avatar Vikash Kumar Jha 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.