SamurAIGPT / EmbedAI

An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks
https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_privategpt
MIT License
2.79k stars 301 forks source link

Server install pre-requisites on Ubuntu #43

Open prasad83 opened 1 year ago

prasad83 commented 1 year ago

I had to get development deps setup before requirements.

apt install python3-dev make g++
pip install wheel
pip install -r requirements.txt
RattyDAVE commented 1 year ago

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