This video is a step by step guide as how to install TextBase locally in AWS to build your own AI chatbots easily in Linux and Windows or Mac.
Commands Used:
sudo apt update
python3 --version
sudo apt install python3-pip
git clone https://github.com/cofactoryai/textbase
cd textbase
pip install poetry
export PATH="$HOME/.local/bin:$PATH"
poetry config virtualenvs.in-project true
poetry shell
. /home/ubuntu/textbase/.venv/bin/activate
poetry install
No comments:
Post a Comment