The AI Engineer Path - Solo Projects

This repository contains my solutions to the solo projects from the Scrimba AI Engineer Path.

This project is maintained by akasr

Pollyglot Translator

A minimal, secure web app for translating short messages into Hindi, Russian, or Japanese using LLMs.

Features

Usage

  1. Install dependencies:

    npm install
    
  2. Set up API keys:
    • Configure your LLM provider in together.config.js (see file for details)
    • Ensure you have the necessary API keys for translation services
    • Set environment variable for TOGETHER_API_KEY in your .env file
  3. Start the development server:

    npm run dev
    
  4. Open the app:

Project Structure

Security

License

This project is part of the solo project of the Scrimba course - The AI Engineer Path.

↩ Back