Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 909 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 909 Bytes

BLOCKGPT V2.0

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

Acknowledgements

Tech Stack

FrontEnd: ReactJS, CSS3

BackEnd: MongoDB, Express, Node

Scripts: LangChain, Flask, OPENAI