Skip to content

This is an AI Text Summarizer application powered by Platformatic AI Warp, OpenAI and React (Vite).

Notifications You must be signed in to change notification settings

iamfortune/AI-Text-Summarizer

Repository files navigation

AI Text Summarizer

This is an AI Text Summarizer application powered by Platformatic AI-warp and React (Vite). Platformatic AI-warp handles authentication via GitHub OAuth2 and processes AI prompts, while the React.js frontend application provides a user-friendly interface for summarzing texts.

Requirements

Platformatic supports macOS, Linux and Windows (WSL recommended). You'll need to have Node.js >= v18.8.0 or >= v20.6.0

Setup

  1. Install dependencies:
npm install

Usage

Run the API with:

npm start

Running the Dockerfile

  1. Build the Docker image with:
docker build -t text-summarizer-app .
  1. Run the Docker container with environment variables:
docker run --env-file .env -p 3042:3042 text-summarizer-app

About

This is an AI Text Summarizer application powered by Platformatic AI Warp, OpenAI and React (Vite).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published