https://github.com/lostovayne/frontend-modelos-openai-herramientas-automatizadas
Proyecto Usando React, Typescript , Nest y Tailwind conectado a la IA de Openai
https://github.com/lostovayne/frontend-modelos-openai-herramientas-automatizadas
react tailwind typescript vite
Last synced: 8 months ago
JSON representation
Proyecto Usando React, Typescript , Nest y Tailwind conectado a la IA de Openai
- Host: GitHub
- URL: https://github.com/lostovayne/frontend-modelos-openai-herramientas-automatizadas
- Owner: Lostovayne
- License: other
- Created: 2023-12-22T06:06:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T23:02:43.000Z (over 1 year ago)
- Last Synced: 2024-12-28T20:18:20.227Z (9 months ago)
- Topics: react, tailwind, typescript, vite
- Language: TypeScript
- Homepage: https://react-gpt-weld.vercel.app/
- Size: 122 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Integraciones Openai y ChatGPT
## Descripción
React GPT es un proyecto que utiliza React para construir una aplicación web. Este proyecto utiliza las siguientes tecnologías:
## Tech Stack
- [React](https://reactjs.org/)
- [OpenAI](https://openai.com/)
- [ChatGPT](https://chat.openai.com/)## Demo

## Instalación
1. Clona este repositorio en tu máquina local:
```bash
git clone https://github.com/lostovayne/react-gpt.git
```2. Navega hasta el directorio del proyecto:
```bash
cd react-gpt
```3. Instala los paquetes necesarios:
```bash
npm install
```## Scripts de ejecución del proyecto
1. Ejecuta el servidor de desarrollo:
```bash
npm run dev
```2. Ejecuta el servidor de producción:
```bash
npm run build
```## Directorio de trabajo
- 📂 react-gpt
- 📂 src
- 📂 core
- 📂 interfaces
- 📂 presentation
- 📂 pages
- 📂 assistant
- 📂 audio-to-text
- 📂 image-generation
- 📂 image-tunning
- 📂 orthography
- 📂 pros-cons
- 📂 pros-cons-stream
- 📂 text-to-audio
- 📂 translate
- 📂 voice-to-text
- 📂 voice-tunning
- 📂 router
- 📂 template
- 📂 layout
- 📂 components
- 📄 .gitignore
- 📄 package.json
- 📄 README.md
- 📄 tsconfig.json
- 📄 vite.config.ts## Funcionalidades
- [Asistente](https://react-gpt.netlify.app/assistant)
- [Audio a texto](https://react-gpt.netlify.app/audio-to-text)
- [Ortografía](https://react-gpt.netlify.app/orthography)
- [Pros & Cons](https://react-gpt.netlify.app/pros-cons)
- [Traducir](https://react-gpt.netlify.app/translate)## Documentación
- [Documentación de React](https://reactjs.org/docs/getting-started.html)
- [Documentación de React Router](https://reacttraining.com/react-router/web/guides/quick-start)## Cualquier duda o consulta, por favor, contacta conmigo en:
- [Twitter](https://twitter.com/lostovayne)
- [GitHub](https://github.com/lostovayne)## Creador:
- [Franko Barrera](https://github.com/lostovayne)
## Licencia
MIT