Skip to content

Assistant Chatbot Application for Blockchain Domain

Notifications You must be signed in to change notification settings

ayush9h/BLOCKGPT-V2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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