Giter VIP home page Giter VIP logo

m0rniac / gpt-3-spanish Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 9 KB

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

License: MIT License

Python 100.00%
chatgpt chatgpt-api chatgpt-bot chatgpt-python gpt-2 gpt-3 python python-3 python3

gpt-3-spanish's Introduction

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

gpt-3-spanish's People

Contributors

m0rniac avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.