Want to learn how to use watsonx for your business. Well this app allows you to get hands on.
- Create a virtual environment
conda create -n watsonxdemo python=3.10
- Activate it
conda activate watsonxdemo
- Install stuff
pip install -r requirements.txt
- Update environment variables in
.sample-env
and rename file to.env
- Initialise the app by running
reflex init
- Start the app by running
reflex run
N.B. if you get a SQL error from langchain, comment out lines 17 and 26 in the file shown below or install from this repo:
-Reflex:full stack app development library that was used to build this.
👨🏾💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License