Skip to content

raishudesu/bard-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Access Google Bard thru Python script

Create python virtual environment

python -m venv bardenv
cd bardenv/Scripts
activate
cd../..

Install dependencies:

Bard API

  • $ pip install bardapi

or

  • $ pip install git+https://github.com/dsdanielpark/Bard-API.git

Python dotenv

  • pip install python-dotenv

Run python script:

  • python app.py

Bard-API Repository Bard-API Documentation

About

Access Google Bard through python script using Bard-API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages