.onedev-buildspec.yml | Loading last commit info... | |
.gitignore | ||
CMakeLists.txt | ||
Dockerfile | ||
LICENSE.md | ||
README.md | ||
bidenit.hpp | ||
lexer.cpp | ||
main.cpp | ||
replacers.cpp | ||
translater.cpp |
README.md
Joe Biden Translator
A stupid project I made that translates text into something that sounds like Joe Biden said it
To try it out click here
See tesses-framework for attribution (tesses-framework is my own library)
Install it on your own server (if you have linux with docker and have x86_64)
docker pull onedev.site.tesses.net/joebidentranslator/joebidentranslator:latest
docker run -p 30330:30330 -d --restart unless-stopped onedev.site.tesses.net/joebidentranslator/joebidentranslator:latest
# point to 127.0.0.1:30330 in your reverse proxy or just point to <SERVER_IP>:30330 in your browser
Build from source
git clone https://onedev.site.tesses.net/JoeBidenTranslator
mkdir build
cd build
cmake -S . -B ..
make -j12
./bidenit
# go to http://127.0.0.1:30330/ in your browser