/text-summary

This is a side project aimed at summarizing text using the cohere-ai API

Primary LanguageJavaScript

Project Overview

This is a side project aimed at summarizing text using the Cohere AI API.

Screenshot 2023-07-10 at 11 44 38 PM Screenshot 2023-07-10 at 11 46 19 PM

Getting Started

Running the Serve

  1. Create a .env file in the backend directory and add the Cohere API key
  2. cd backend
  3. npm install
  4. node server.js

Running the Client

  1. cd frontend
  2. npm install
  3. npm start