Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.3 KB

Power-Bot

Energy Conservation & Sustainable Development Chatbot

Requirements

  • Python
  • Colab

Usage

Working to run in colab

Run all the code snippets of the ipynb and then replace the API_KEY with your own OpenAI's API key. Access the link from the tunnel and that's all you have access to PowerBot

Running it on local host

Clone the repository : git clone https://github.com/sanj33krsna/Code-Bot-PowerBot.git

Navigate to the project directory : cd Code-Bot-PowerBot

Create a virtual environment :

python -m venv .venv
.\.venv\Scripts\activate

Install the required dependencies in the virtual environment : pip install -r requirements.txt

Launch the chat service locally : streamlit run chatbot.py

Colab link:

https://colab.research.google.com/drive/1JTov7LWEerqNsVybVQyeGLVHUHmAlYBA?usp=sharing

Example Results

Sample Photo
lmao

Running
lmao

Future Updates!

  • Update on AI including the option to choose your required LLMs such as cohere, OpenAI
  • Option to add your own API token