Learn how to analyse your data using pandas an Llama 3.1 70b Instruct.
- Clone this repo
git clone https://github.com/nicknochnack/DataFrameAgentWatsonx
- Go into the directory
cd DataFrameAgentWatsonx
- Create a python environmment
conda create -n pdagent python=3.11
and activate itconda activate pdagent
- Install dependencies
pip install -r requirements.txt
- Update your key and project id in the .env_sample file and rename it to .env
- Run the code
python flow.py
👨🏾💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT license. Feel free to use it, just don't do bad things with it.