Follow the below steps to setup this project
Download & Install the below tools
1. Node Js
2. Python
3. Git
python3 -m pip install --user virtualenv
Open any terminal & run the below code in to clone the repo in your system.
git clone https://github.com/Maneshgpai/PrivateGPT.git
This is built with Next.js framework, which is based on React.js library.
cd client
npm install
npm run dev
Open a new terminal
cd server
Once you're in the server folder, enter the following command to create a virtual env:
python3 -m venv venv
Use Python or Python3 based on your system & installation.
Activate virtual env with following command:
source venv/bin/activate
Everytime you're working with the flask server make sure you've activated the virtual env.
pip install -r requirements.txt
python3 index.py