https://github.com/techycsr/guipersonalaiassistant
Your Personal AI Assistant using the Edge Libraries.
https://github.com/techycsr/guipersonalaiassistant
ai aiassistant aibot gui ml python
Last synced: about 1 year ago
JSON representation
Your Personal AI Assistant using the Edge Libraries.
- Host: GitHub
- URL: https://github.com/techycsr/guipersonalaiassistant
- Owner: TechyCSR
- License: mit
- Created: 2023-08-30T08:22:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T11:56:37.000Z (over 2 years ago)
- Last Synced: 2025-03-31T22:41:34.421Z (about 1 year ago)
- Topics: ai, aiassistant, aibot, gui, ml, python
- Language: Python
- Homepage:
- Size: 7.36 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal AI Assistant
_AI Assistant bot with Bing AI ( using [EdgeGPT](https://github.com/acheong08/EdgeGPT) API )_
# Features
- [x] Multi Language Support
- [x] Image Download ( Gif & JPG)
- [x] Voice Recognition Enables
- [x] Can allow every one to use
- [x] Allow you set your own cookie at runtime
- [x] Allow you set a bot name to you
- [X] Export conversation to Text File
- [x] Hot update the EdgeGPT dependence
- [ ] Image Generation Using EdgeGPt
# Setup
## Requirements
* python 3.8+
* A Microsoft Account with early access to [http://bing.com/chat](http://bing.com/chat)
* Good practical skills and a clear mind!
### Checking bing AI access (Required)
PS: Everyone can access Bing AI for chat now, even anonymous users.
### Getting authentication (Mandatory)
- Install the cookie editor extension for [Chrome](https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/) or [Edge](https://microsoftedge.microsoft.com/addons/detail/cookieeditor/neaplmfkghagebokkhpjpoebhdledlfi)
- Go to [`bing.com`](https://bing.com/) & SignIN Or SignUp ( Mandatory )
- Open the extension
- Click "Export" on the bottom right, then "Export as JSON" (This saves your cookies to clipboard)
- Paste your cookies into a file `cookie.json`
## Install requirements
```shell
pip install -r requirements.txt
```
## Set environment variables ( OPTIONAL)
Then edit `config.py` file and set `bot_name`, `master`, `VoiceType` etc..(Check Configuration File for more )
# Run
```shell
python main.py
```
That's ALL Your Personal AI Assistant is ready to use !!!