This repository contains my solutions to the solo projects from the Scrimba AI Engineer Path.
This project is maintained by akasr
A minimal, secure web app for translating short messages into Hindi, Russian, or Japanese using LLMs.
Install dependencies:
npm install
together.config.js
(see file for details)TOGETHER_API_KEY
in your .env
fileStart the development server:
npm run dev
index.js
— Express server setupservices/translational.js
— Translation logic, validation, and sanitizationsrc/
— Frontend (HTML, CSS, JS, assets)sanitize-html
on the server to prevent XSS/injectionexpress-rate-limit
This project is part of the solo project of the Scrimba course - The AI Engineer Path.