Skip to content

habibadoum/langchain_csv_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Locally 💻

Follow these steps to set up and run the service locally :

Prerequisites

  • Python 3.8 or higher
  • Git

Installation

Clone the repository :

git clone https://github.com/GhostDragon01/langchain_csv_visualizer

Navigate to the project directory :

cd langchain_csv_visualizer

Create a virtual environment :
On windows command prompt or powershell:

python -m venv .venv
.\.venv\Scripts\activate

On linux terminal:

python -m venv .venv
source .\.venv\Scripts\activate

Install the required dependencies in the virtual environment :

pip install -r requirements.txt

Launch the chat service locally :

streamlit run interface.py

That's it! The service is now up and running locally.

License

This project is licensed under the MIT License.

About

A csv visualizer using langchain tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages