https://github.com/ronibandini/ringpt
Timbre con IA que atiende, responde a toda hora y envía notificaciones por Telegram
https://github.com/ronibandini/ringpt
ai ai-agents chatgpt dfrobot doorbell ia openai python unihiker
Last synced: 5 months ago
JSON representation
Timbre con IA que atiende, responde a toda hora y envía notificaciones por Telegram
- Host: GitHub
- URL: https://github.com/ronibandini/ringpt
- Owner: ronibandini
- Created: 2024-07-08T02:05:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T23:38:47.000Z (7 months ago)
- Last Synced: 2025-04-03T22:11:14.181Z (6 months ago)
- Topics: ai, ai-agents, chatgpt, dfrobot, doorbell, ia, openai, python, unihiker
- Language: Python
- Homepage: https://bandini.medium.com/ringpt-agregar-ia-al-timbre-de-la-casa-759971d48014
- Size: 915 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RinGPT
RinGPT es un timbre que usa agentes de IA para responder las 24hs ya sea vía LLM o por medio de reglas personalizadas. Asimismo notifica por Telegram.

# Versiones
La version 1.0 es un LLM Powered doorbell
La version 2.0 es un AI Agent Powered doorbell y se encuentra en la carpeta [/2.0/](https://github.com/ronibandini/rinGPT/tree/main/2.0)Más sobre la versión 2.0 en https://app.readytensor.ai/publications/ringpt-20-ai-agent-powered-doorbell-gcuSB4vQCesp y
https://bandini.medium.com/recepcionista-con-agente-de-ia-v%C3%ADa-openai-4e56ba8ef6db# 1.0 Requerimientos
Placa Unihiker de DFRobot
Parlante BlueTooth
Push button# 1.0 Esquema

# 1.0 Procedimiento de paireo
Para pairear el parlante Bluetooth al Unihiker es necesario conectarse por consola y ejecutar
bluetoothctl
default-agent
power on
trust 00:00:00:00:00:00
pair 00:00:00:00:00:00
connect 00:00:00:00:00:00
# Instalación de dependencias
pip install SpeechRecognition
apt-get install flac
pip install openai
pip install edge-tts
pip install arts
# 1.0 KEY de OpenAI
Para obtener los keys de openAI es necesario ir a
https://platform.openai.com/
# Settings
ttsVoice = "es-AR-TomasNeural"
btn = Pin(Pin.P23, Pin.IN)
chatGPTKey =""
tiempoGrabacion =5
pausaTimbre =2
model = "gpt-3.5-turbo-instruct"
temperature =0.8
prompt1 ="Estás ocupado trabajando y tocan la puerta para preguntar: "
prompt2 ="¿Qué respondes?"
telegramEnabled = 0
telegramBot =""
telegramChatId =""
defaultAnswer ="Gracias, pero no puedo atender en este momento"# Demo
https://www.youtube.com/watch?v=6RJs4HPoyds
# Contacto
Por cotización de proyectos con IA en Arduino o Raspberry
https://x.com/RoniBandini
https://www.instagram.com/ronibandini/