All Projects → d4n3436 → Fergun

d4n3436 / Fergun

Licence: MIT license
An utility Discord bot written in C# using Discord.Net

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Fergun

Tacotron
A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Stars: ✭ 1,756 (+6653.85%)
Mutual labels:  tts
Google Tts
Google TTS (Text-To-Speech) for node.js
Stars: ✭ 180 (+592.31%)
Mutual labels:  tts
Tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
Stars: ✭ 2,581 (+9826.92%)
Mutual labels:  tts
Aeneas
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
Stars: ✭ 1,942 (+7369.23%)
Mutual labels:  tts
Mrcp Plugin With Freeswitch
使用FreeSWITCH接受用户手机呼叫,通过UniMRCP Server集成讯飞开放平台(xfyun)插件将用户语音进行语音识别(ASR),并根据自定义业务逻辑调用语音合成(TTS),构建简单的端到端语音呼叫中心。
Stars: ✭ 168 (+546.15%)
Mutual labels:  tts
Tacotron Pytorch
Pytorch implementation of Tacotron
Stars: ✭ 189 (+626.92%)
Mutual labels:  tts
Dla
Deep learning for audio processing
Stars: ✭ 142 (+446.15%)
Mutual labels:  tts
Wukong Robot
🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,还可能是首个支持脑机交互的开源智能音箱项目。
Stars: ✭ 3,110 (+11861.54%)
Mutual labels:  tts
Gst Tacotron
A PyTorch implementation of Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis
Stars: ✭ 175 (+573.08%)
Mutual labels:  tts
Mimic Recording Studio
Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Stars: ✭ 202 (+676.92%)
Mutual labels:  tts
Automatic Youtube Reddit Text To Speech Video Generator And Uploader
A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
Stars: ✭ 152 (+484.62%)
Mutual labels:  tts
Melnet
Implementation of "MelNet: A Generative Model for Audio in the Frequency Domain"
Stars: ✭ 161 (+519.23%)
Mutual labels:  tts
Multi Tacotron Voice Cloning
Phoneme multilingual(Russian-English) voice cloning based on
Stars: ✭ 192 (+638.46%)
Mutual labels:  tts
Awesome Speech Recognition Speech Synthesis Papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Stars: ✭ 2,085 (+7919.23%)
Mutual labels:  tts
Mtts
A Demo of Mandarin/Chinese TTS frontend
Stars: ✭ 229 (+780.77%)
Mutual labels:  tts
Tensorflowtts
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
Stars: ✭ 2,382 (+9061.54%)
Mutual labels:  tts
Speaker adapted tts
Making a TTS model with 1 minute of speech samples within 10 minutes
Stars: ✭ 183 (+603.85%)
Mutual labels:  tts
oddvoices
An indie singing synthesizer
Stars: ✭ 4 (-84.62%)
Mutual labels:  tts
Wavegrad
Implementation of Google Brain's WaveGrad high-fidelity vocoder (paper: https://arxiv.org/pdf/2009.00713.pdf). First implementation on GitHub.
Stars: ✭ 245 (+842.31%)
Mutual labels:  tts
Lingvo
Lingvo
Stars: ✭ 2,361 (+8980.77%)
Mutual labels:  tts

Fergun

License: MIT Discord

Fergun is an utility bot/application with lots of useful commands.

You can invite Fergun to your Discord server clicking here.

Have any questions or need help with the bot? Join the support server.

Features

  • Translate text from and to more than 140 languages using a robust translation module that is powered by popular translators from Google Translate, Microsoft Translator and Yandex Translate
  • Image search from Google, DuckDuckGo and Brave
  • Reverse image search from Bing and Yandex
  • Perform OCR to images using Bing and Yandex
  • Perform text-to-speech using Google and Microsoft Azure
  • Translate a text multiple times using different translators for bad translations
  • Get complete definitions of words from Dictionary.com
  • Get complete solutions to your problems using Wolfram Alpha
  • Get inspirational quotes from InspiroBot
  • Search or get random definitions from Urban Dictionary
  • Search and get Wikipedia articles
  • Search and get music lyrics from Genius Musixmatch
  • Search YouTube videos
  • Get user information and server/global/default avatar
  • Generate images of colors
  • 2 supported languages (English and Spanish)
  • Support for localized output (like localized results) in most commands
  • And more coming soon™️

Setup

0. Prerequisites

1. Build and run the bot

  • Clone the repository: git clone https://github.com/d4n3436/Fergun.git

  • Build the bot:

    cd Fergun
    dotnet build -c Release
    
  • Go to the build output folder:

    cd src/bin/Release/net6.0
    
  • Open appsettings.json with a text editor and set the application token:

    {
        "Startup":
        {
            "Token": "put your token here"
        }
    }
  • Start the bot by double clicking Fergun.exe or with the command dotnet Fergun.dll.

    The application should create the SQLite database automatically and start the bot.

  • To start using Fergun, simply type / in a server with the bot and use its commands.

Contributing

Feel free to report bugs or request new features via issues or pull requests. Requesting new commands may or may not be accepted depending on the utility and usability of that command.

License

Fergun is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].