Pinned Repositories
agentflow
Complex LLM Workflows from Simple JSON.
chat-langchain
cookbook
Chainlit's cookbook repo
crewAI-tools
Flowise
Drag & drop UI to build your customized LLM flow
Linguflex
Personal Assistant that enables voice-based conversation with custom AI personalities. Handles smart home control and music playback. Efficiently conducts Internet searches, retrieves emails, and presents weather updates and news. Assists with scheduling appointments. Capable of image search and generation.
Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
RasaGPT
💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram
streamlit-agent
Reference implementations of several LangChain agents as Streamlit apps
terminal-assistant-chat
The AI chatbot using OpenAI's GPT-3/4 model, with function calling capabilities. Can be utilized as a console application or a Telegram bot.
sstrelnikov's Repositories
sstrelnikov/alertmanager-webhook-telegram-python
Simple webhook - Alertmanager to telegram (python version)
sstrelnikov/background-task-processing
7/27/2021 - Background Task Processing
sstrelnikov/chatgpt-clone
Build Your own ChatGPT with OpenAI API and Streamlit
sstrelnikov/Fastapi-crud-sort-pagination
sstrelnikov/fastapi-dramatiq-data-ingestion
Sample project showing reliable data ingestion application using FastAPI and dramatiq
sstrelnikov/flask-telegram-login
A simple demonstration of flask login using telegram
sstrelnikov/Friendly-Telegram
Best Telegram userbot with inline buttons support
sstrelnikov/google-calendar-python-api
sstrelnikov/hero-app
The Hero app is an example of ultimate setup for async web-service performance.
sstrelnikov/pydata-london-2022-sqlalchemy-tutorial
My tutorial on SQLAlchemy for Pydata London 2022 Conference
sstrelnikov/python-calendar
Small POC for a appointment booking app that calculates the free available time slots from a calendar that already contains appointments
sstrelnikov/python-curriculum
A self-study curriculum for learning Python in four weeks.
sstrelnikov/python-one-liners
This repository contains python one-liners obtained from various sources.
sstrelnikov/python-telegram-tutorial
This is the code for a series of Tutorials that I wrote for Code Mentor.
sstrelnikov/slot-booking
A light wieght calendar slot booking python module to build real-time slot booking with timezone compatibility.
sstrelnikov/sqla_tutorial
Introduction to SQLAlchemy 2020
sstrelnikov/st_pages
An experimental version of Streamlit Multi-Page Apps
sstrelnikov/teleflask
A python telegram bot framework based on flask and pytgbot
sstrelnikov/telegram-bot-tutorial
Telegram bot tutorial using python and flask
sstrelnikov/telegram-chatbot-gpt3-celery
This repository contains a Telegram chatbot that leverages OpenAI's GPT-3 and Celery for task queue management. The chatbot can respond to messages, store the last 10 conversations for each user, and efficiently process messages using Celery. A great starting point for building your own AI-powered Telegram chatbot.
sstrelnikov/Telegram-Paperplane
The Paperplane userbot project - a Telegram userbot helping to improve your Telegram experience. https://t.me/tgpaperplane
sstrelnikov/TelegramClient
Joke project of telegram client
sstrelnikov/telegramClient2
sstrelnikov/tg-bot-service
Telegram Bot Microservice implemented with FastAPI and Telethon