Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrbuslov/reminder_4u_bot

AI Telegram Bot Reminder. You send a free-form text OR voice reminder, the AI bot records it and reminds you at the right time!
https://github.com/mrbuslov/reminder_4u_bot

ai ai-bot aiogram chatgpt django gpt-3 gpt-4 gpt-models python reminder telegram-bot voice-recognition whisper

Last synced: 3 days ago
JSON representation

AI Telegram Bot Reminder. You send a free-form text OR voice reminder, the AI bot records it and reminds you at the right time!

Awesome Lists containing this project

README

        

You can try the bot here! [t.me/reminder_4u_bot](https://t.me/reminder_4u_bot)
Written by [@mrbuslov](https://t.me/mrbuslov)

UPD: bot is unavailable now, it was shut down because of lack of users. If you have any ideas about promotion, I would love to cooperate with you

# About
AI Telegram Bot Reminder. You send a free-form text-reminder OR record a voice message, the AI bot records it and reminds you at the right time :) Try it out!

# How it works
You type in any text OR send a voice message, we convert and split it with AI like this:
- You: hey, remind me about my haircut tomorrow at 8 am
- Bot: Got you! Set a reminder "haircut" at 8 am. tomorrow. I'm sure you'll be stunning after it!

Set up your account with settings (optional, up to you)





Start setting or deleting the reminders with your voice or text messages!


# How to run
- Create an `.env` file with fields from `.env.example` file
- `docker compose up --build`