Skip to content

[Side Project]. Chat summarizer for telegram groups, or individual chats, using miniGPT

Notifications You must be signed in to change notification settings

elb3k/telegram-chat-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-chat-summary

[Side Project]. If you are bored by telegram group chats, try to summarize chat to see how would your friends would react to your messages.

Atleast you will have some fun

Thanks to these repos (I simply copied code from minGPT)

  1. MinGPT

  2. TeleBot

Usage:

  1. Gather data - Export Group chat from Telegram
  2. Put chat export folder to chat folder
  3. Run python parse_telegram.py to parse html message chat to txt file
  4. Run python train.py (Need big GPU for cuda acceleration)
  5. Create Telegram bot
  6. Copy config.ini.default to config.ini. And set [TELEGRAM][secret] to telegram bot api_key.
  7. Run python bot.py to run bot
  8. Enjoy the bot

About

[Side Project]. Chat summarizer for telegram groups, or individual chats, using miniGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages