SamurAIGPT / EmbedAI

An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks

Home Page:https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_privategpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server install pre-requisites on Ubuntu

prasad83 opened this issue · comments

I had to get development deps setup before requirements.

apt install python3-dev make g++
pip install wheel
pip install -r requirements.txt

All needed is the right versions of NodeJS, PIP. Along with the tools so you can import and the built tools.

curl -sL https://deb.nodesource.com/setup_18.x | bash -
apt install -y git nodejs python3 build-essential python3-dev  pandoc
curl https://bootstrap.pypa.io/get-pip.py | python3
pip3 install html2text