stephenswetonic / ytpai

AI powered ytp/sentence mixing for audio and video.
https://sentencemixerai.vercel.app
12 stars 1 forks source link

What languages ​​does this support? #1

Closed AlexisPradoLucero closed 1 year ago

AlexisPradoLucero commented 1 year ago

I would like to know which languages are supported

stephenswetonic commented 1 year ago

I didn't provide instructions for setting this up because it's intended to be used on https://sentencemixerai.vercel.app/

But the front end is a SvelteKit app and the backend is Python running a Gunicorn/Falcon WSGI server. You may be able to clone this and run the front end from /ytpai/ with "npm run dev". The backend can be started from /ytpai/python/backend/ with "gunicorn -c gunicorn_config.py app:app --reload -t 240"

AlexisPradoLucero commented 1 year ago

I would like it to work for the Spanish language

stephenswetonic commented 1 year ago

Oh right, at the moment it's English only. I could add some more models and add a dropdown menu for other languages like Spanish.

stephenswetonic commented 1 year ago

Added models for Spanish, French, German, and Russian.