Breve expicacion del repositorio
- Run the clone repository in your terminal:
https://github.com/d-maza/Tu-peli-en-emojis-con-AI.git
- Access the folder with the command:
cd Tu-peli-en-emojis-con-AI
- Remember that it is necessary to have NodeJS installed, download the dependencies with the command.
npm install
- Remove the
.example
from the.env.example
file, leaving a file with the name.env
The exercise runs in the app.js file:
node src/app
If you find anything that can be improved, please submit a pull request.