https://github.com/pj8912/terminal_chat
Terminal Chat with BARD
https://github.com/pj8912/terminal_chat
artificial-intelligence bard bard-api chatgpt generative-ai google-bard google-bard-cli python python3 terminal terminal-chat
Last synced: 5 months ago
JSON representation
Terminal Chat with BARD
- Host: GitHub
- URL: https://github.com/pj8912/terminal_chat
- Owner: pj8912
- License: mit
- Created: 2023-05-16T11:21:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T00:51:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T16:48:53.574Z (6 months ago)
- Topics: artificial-intelligence, bard, bard-api, chatgpt, generative-ai, google-bard, google-bard-cli, python, python3, terminal, terminal-chat
- Language: Python
- Homepage: https://github.com/pj8912/terminal_chat
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terminal_chat

Terminal Chat with BARD using [BARD API](https://github.com/dsdanielpark/Bard-API)
- Get your BARD_API_KEY as instructed in the link above.## Install
### Clone
```
git clone https://github.com/pj8912/terminal_chat.git
```
### Create Virtual Environment
- Checkout [myenv](https://github.com/pj8912/myenv) to automate virtual env creation
```
myenv
```
- Activate venv `myenv`
```
source myenv/bin/activate
```
### Install Requirements
```
pip install -r requirements.txt
```
### BARD_API_KEY
- put your `BARD_API_KEY` on .env file
- eg: `.env`
```
BARD_API_KEY=your_bardapi_key
```
## Start
```
python app.py
```
## LICENSE
This project is licensed under the MIT License.## Support :handshake:
This is a simple in-terminal chat with `bard` built using `BARD API` and Python. If you find my work helpful please consider supporting me by donating. Your support helps me continue to create and share useful projects with the community. Thank you for your generosity and support!
:handshake: