GamKon/telegram_bot

0

stars

38

commits

Python

primary language

Dec 17, 2023

updated

README

Telegram_bot

https://github.com/GamKon/telegram_bot

I'm an AI bot.
Please send me:
    - voice message to translate and transcript
    - picture to categirize.
Commands:
    /img _description_ to generate a photo using runwayml/stable-diffusion-v1-5
    /txt _description_ to generate a text with microsoft/phi-1_5
    /imgr and /txtr for russian _description_

Used models:

Image 4x upscaler

https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler

Image Classify:

https://huggingface.co/google/vit-base-patch32-384

Chat-GPTQ Llama-2-13B

https://huggingface.co/TheBloke/Llama-2-13B-Chat-GPTQ

Text Generator:

https://huggingface.co/microsoft/phi-1_5

Summarier

https://huggingface.co/philschmid/bart-large-cnn-samsum

Translator:

https://huggingface.co/facebook/wmt19-en-ru

Image Generators:

https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 https://huggingface.co/runwayml/stable-diffusion-v1-5

Audio to text:

https://huggingface.co/openai/whisper-large-v3

Utilities used in this project

Contributors

GamKon

38 commits

GamKon/telegram_bot

0

stars

38

commits

Python

primary language

Dec 17, 2023

updated

README

Telegram_bot

https://github.com/GamKon/telegram_bot

I'm an AI bot.
Please send me:
    - voice message to translate and transcript
    - picture to categirize.
Commands:
    /img _description_ to generate a photo using runwayml/stable-diffusion-v1-5
    /txt _description_ to generate a text with microsoft/phi-1_5
    /imgr and /txtr for russian _description_

Used models:

Image 4x upscaler

https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler

Image Classify:

https://huggingface.co/google/vit-base-patch32-384

Chat-GPTQ Llama-2-13B

https://huggingface.co/TheBloke/Llama-2-13B-Chat-GPTQ

Text Generator:

https://huggingface.co/microsoft/phi-1_5

Summarier

https://huggingface.co/philschmid/bart-large-cnn-samsum

Translator:

https://huggingface.co/facebook/wmt19-en-ru

Image Generators:

https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 https://huggingface.co/runwayml/stable-diffusion-v1-5

Audio to text:

https://huggingface.co/openai/whisper-large-v3

Utilities used in this project

Contributors

GamKon

38 commits

Languages

Python

100.0%