Coder Social home page Coder Social logo

py-gpt-3's Introduction

Py-GPT-3

El licenciamiento es con GPL (es decir que no se puede distribuir comercialmente, solamente GRATIS). y si se utiliza este el código, su derivado también debe ser distribuido abierta y gratuitamente.

Los pasos para ejecutar el Script suele ser el siguiente:

֎ Descargarse Python (https://www.python.org/downloads/)

֎ Instalar Python (https://www.python.org/downloads/)

֎ Crearse un entorno virtual. Generalmente se hace con el comando:

    python -m venv NombreDelEntornoVirtualaCrear

֎  Activar el entorno virtual (depdende del sistema operativo):

        Windows: EntornoVirtual\Scripts\activate

        Linux: source EntornoVirtual/bin/activate 

֎ Instalar las dependencias/Librerías del proyecto (generalmente se hace con el comando):

    pip install -r requirements.txt

        ֎ Si no se tiene el requirements.txt, se puede instalar cada librería con el comando:

            pip install NombreDeLaLibreria1 NombreDeLaLibreria2==version NombreDeLaLibreria3>=version NombreDeLaLibreriaN<=version (generalmente suelo utilizar las siguientes librerias: pandas, numpy, lxml, customtkinter, matplotlib, seaborn , openpyxl, openai , PIL o pillow)

֎ Descargar/Clonar el Script:
        ֎ Descargar el ZIP o
        ֎ Clonar el repositorio con el comando:
            git clone URLDelRepositorio

Obviamente no me hago cargo del uso indebido del Scrip.

y si lo compartís debes hacelo gratis, y si querés podes mencioname también para que mas gente se meta en el mundo de la programacion/automatización con Python/RPA y/o mostrale mis videos para que vean que cosas pueden hacer)

Cualquier cosa pueden contactarme en:

https://www.linkedin.com/in/agust%C3%ADn-bustos-piasentini-468446122/

https://www.youtube.com/user/agustinbustosp

whatsapp al https://wa.me/+5493764224695

💰 Acepto donaciones para mantener el proyecto libre y gratuito


PayPal

Image


💰 Y También en Pesos Argentinos


Mercado Pago

Mercado Pago

Mercado Pago

Mercado Pago

Mercado Pago

py-gpt-3's People

Contributors

abustosp avatar

Watchers

 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.