Skip to content

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.

License

Notifications You must be signed in to change notification settings

m0rniac/GPT-3-Spanish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages