m0rniac / GPT-3-Spanish

OpenAI's GPT-3 technology is programmed to work correctly in English, this repository has adapted this technology to work in Spanish as it would in English.

Home Page:https://bulssola.vercel.app/projects/python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT-3 Translate

An example of how to translate the default output language as another language (English to Spanish in this case).

This project use a speech recognition.

Installation (Recommended)

First, install a virtual environment on:

Windows:

  pip install virtualenv

Linux (Debian based):

  pip3 install virtualenv
  sudo apt-get install python3-venv

Now, build a local virtual environment:

Windows:

  python -m venv "gpt3"

Linux (Debian based):

  python3 -m venv "gpt3"

Clone the repo with:

  git clone https://github.com/m0rniac/GPT-3-Spanish

Now, move the content of cloned repo inside "gpt3" folder and install the dependencies with:

Windows:

  cd gpt3
  .\Scripts\activate
  pip install -r requirements.txt

Linux (Debian based):

  cd gpt3/
  source bin/activate
  pip3 install -r requirements.txt

After all, you can run:

  python main.py

or

  python3 main.py

License:

MIT License

🔗 Sponsoring

portfolio

About

OpenAI's GPT-3 technology is programmed to work correctly in English, this repository has adapted this technology to work in Spanish as it would in English.

https://bulssola.vercel.app/projects/python

License:MIT License


Languages

Language:Python 100.0%