Skip to content
SRINADH edited this page Apr 11, 2024 · 1 revision

Introduction

BAv2 is a Python library with various helpful features. It's easy-to-use and does not require you to do any additional setup. Currently, it is one of the most popular library for Personal Assistant for user and developers of python. New updates are released frequently with new features and bug fixes.

Links

Installation and Supported Versions

BAv2 is available on PyPi:

pip install srinadhch07
pip install srinadhch07==0.3

BAv2 officially supports Python 3.8+.

Cloning the Repository

git clone https://github.com/Srinadhch07/BAv2.git

Requirements

pip install -q -U google-generativeai

Features

  • This BAv2 provides more personlised responses when compared to previous version
  • Still You can use previous version and present version as per users convenience
  • BAv2 and BAvG both are compitable for both online and offline environments

Usage

from srinadhch07.BAv2 import chatbot
#To start working with BAv2 
chatbot()