https://github.com/ohly0001/mail-bot
AI Chat Agent over Gmail
https://github.com/ohly0001/mail-bot
gmail imaplib mistral-7b-instruct python-3 python-dotenv python-email python-email-sender python-llm python-mysql-connector smptlib
Last synced: 2 days ago
JSON representation
AI Chat Agent over Gmail
- Host: GitHub
- URL: https://github.com/ohly0001/mail-bot
- Owner: ohly0001
- Created: 2025-12-01T08:34:49.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-12-06T05:36:42.000Z (20 days ago)
- Last Synced: 2025-12-06T06:59:21.950Z (20 days ago)
- Topics: gmail, imaplib, mistral-7b-instruct, python-3, python-dotenv, python-email, python-email-sender, python-llm, python-mysql-connector, smptlib
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## .env File
1. Create a local .env file in the project directory
2. Copy the contents of [env-template.txt](env-template.txt) to the .env
3. Substite the placeholder values (`Example...`) as directed with your personal configuration and authentication details.
## MySQL
1. Install MySQL Server, Manager, and other services as needed. Installation left to reader's discretion and personal system requirements.
2. Import or copy [db-setup.sql](db-setup.sql) into your SQL manager or terminal and execute it. If the database already exists, take a backup of the data and drop the database to ensure a clean but reversible reinstallation occurs.
## Model
1. Download the .gguf from [HF TheBloke/Mistral-7B-Instruct-v0.1-GGUF](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/blob/main/mistral-7b-instruct-v0.1.Q4_0.gguf) to your local [model/](./model/)