Git Product home page Git Product logo

c00cjz00 / csv-ai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from safiullah-rahu/csv-ai

0.0 0.0 0.0 155 KB

CSV-AI is the ultimate app powered by LangChain, OpenAI, and Streamlit that allows you to unlock hidden insights in your CSV files. With CSV-AI, you can effortlessly interact with, summarize, and analyze your CSV files in one convenient place.

Home Page: https://csv-ai.streamlit.app/

License: MIT License

Python 100.00%

csv-ai's Introduction

CSV-AI ๐Ÿง 

CSV-AI is the ultimate app powered by LangChain, OpenAI, and Streamlit that allows you to unlock hidden insights in your CSV files. With CSV-AI, you can effortlessly interact with, summarize, and analyze your CSV files in one convenient place.

Features

CSV-AI offers the following key features:

  • Interact: Easily navigate through your CSV files and interact with the data.
  • Summarize: Generate descriptive summaries for your CSV data.
  • Analyze: Perform advanced data analysis on your CSV files, including filtering, sorting, and visualizing the data.

Installation

To run CSV-AI, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
git clone https://github.com/Safiullah-Rahu/CSV-AI.git
cd csv-ai
  1. Install the required packages using pip with the provided requirements.txt file.
pip install -r requirements.txt

Usage

To start CSV-AI, run the following command:

streamlit run app.py

This command will launch the CSV-AI app in your default web browser. You can then start exploring and analyzing your CSV files.

CSV-AI App Homepage

Feedback and Contributions

If you have any feedback, suggestions, or issues related to CSV-AI, please open an issue on the GitHub repository. Contributions are also welcome! If you would like to contribute to CSV-AI, please follow the guidelines outlined in the Contribution Guidelines.

License

CSV-AI is licensed under the MIT License.

MEMORY

  • Step1
mkdir ~/github
cd ~/github 
git clone https://github.com/Safiullah-Rahu/CSV-AI.git
  • Step2
docker stop python; docker rm python
docker run --name python -p 3333:3333 -v $HOME/github:/github -d python:3.10.13 sleep infinity
  • Step3
docker exec -it python bash
pip install --upgrade pip
  • Step4
cd /github/CSV-AI
pip install -r requirements.txt
  • Step 5
cd /github/CSV-AI
#ps -ef |grep app.py | awk '{print $2}' | xargs kill -9
nohup streamlit run app.py  --server.port=3333 > my.log 2>&1 &

csv-ai's People

Contributors

c00cjz00 avatar safiullah-rahu 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.