Assistant for BlockChain Domain. Internship project during May-2023 to Aug-2023.
How to use BLOCKGPT on your local systems.
Step 1: Install Necessary Packages
pip install requests flask langchain axios
Step 2: Create your flask environment and activate it:
python -m venv </Your Environment name>
Step 3: Create your OPENAI API key and paste it in the .env file:
OPENAI= "<YOUR API_KEY>"
Step 4: Navigate to client directory and run the below command:
npm start
Step 5: Navigate to server directory and run the below command:
python Langchain_V1.py
FrontEnd: ReactJS, CSS3
BackEnd: MongoDB, Express, Node
Scripts: LangChain, Flask, OPENAI