Follow these steps to set up and run the service locally :
- Python 3.8 or higher
- Git
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\activateOn linux terminal:
python -m venv .venv
source .\.venv\Scripts\activateInstall the required dependencies in the virtual environment :
pip install -r requirements.txt
Launch the chat service locally :
streamlit run interface.py
This project is licensed under the MIT License.