En el entrenamiento impartido por campusland, se nos " solicito " crear unos grupo de trabajo para realizar proyectos principalmente que el día de mañana puedan ser convertidos a empresas
Al no saber que hacer "porpusimos" dos porductos principales :
- El software a medida
- La intengracion de nuevas tecnologias(IA) para empresas interesadas en "modernizar sus empresas"
- Tener python instalado en tu pc o dispositivo donde se desea "correr" el programa/AI Si no tienes instalado python puedes hacerlo en el seiguiente enlace: Descargar..
- Instalar las dependencias necesaria que en este caso serian -> openai & sys Asi se instala una "dependencia" en python con pip desde consola:
-
- 0.5 Cpus
- 512MB de ram
- 1024Mb de espacio
pip install **dependencia**
en este caso seria algo asi el comando que se "ejecutaria" en la terminal
pip install openai
In the training provided by campusland, we were "asked" to create a working group to carry out projects that could be converted into companies in the future.
Not knowing what to do, we "porposed" two main products:
- The custom software
- The integration of new technologies (IA) for companies interested in "modernizing their companies".
- To have python installed on your pc or device where you want to "run" the program/AI... If you don't have python installed you can do it in the following link: Download...
- Install the required dependencies which in this case would be -> openai & sys This is how to install a "dependency" in python with pip from console:
-
- 0.5 Cpus
- 512MB of ram
- 1024Mb of space
pip install **dependency**
in this case it would be something like this the command that would be "executed" in the terminal
pip install openai
キャンパスランドが行った研修では、将来的に企業化できるようなプロジェクトを行うワーキンググループを作ることを「依頼」されました。
どうしたらいいのかわからず、2つの主力商品を「ポーポーズ」しました:
- オーダーメイドソフトウェア
- 企業の近代化」に関心を持つ企業のための新技術(AI)の統合。
- プログラム/AIを「実行」したいPCやデバイスにpythonがインストールされていること。 pythonがインストールされていない場合は、以下のリンクからインストールすることができます: ダウンロード...
- 必要な依存関係をインストールする(この場合、openaiとsysです コンソールからpipでpythonの「依存関係」をインストールする方法です:
-
- 0.5 Cpus
- 512MBのラムを搭載
- 1024Mbの空き容量
pip install **dependency**
この場合、ターミナルで「実行」するコマンドは次のようなものになります。
pip install openai