[go: up one dir, main page]

Skip to content

atmaram-kambli/ai-text-summarizer-and-text-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AI Text Summarizer and Text Translator App

Overview

The AI Text Summarizer and Text Translator App is a web application that allows users to summarize large chunks of text and translate them into different languages. The app leverages powerful machine learning models to generate concise summaries and utilizes the LibreTranslate API for translation services.

Features

  • Text Summarization: Summarize long pieces of text into shorter, more digestible content.
  • Text Translation: Translate text between multiple languages using LibreTranslate API.
  • Multi-Language Support: Supports translation to and from various languages.
  • User-Friendly Interface: Simple and intuitive user interface for easy interaction.

Tech Stack

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • APIs:
    • Hugging Face - Facebook’s “bart-large-cnn” model: For text summarization.
    • MyMemory API: For text translation.
  • Styling: Tailwind CSS
  • Deployment: Vercel.com