/slidespeak-webapp

Frontend for SlideSpeak. Chat with any PowerPoint file. Ask questions, get summaries and more.

Primary LanguageTypeScript

slidespeak-webapp

slidespeak-banner-github

SlideSpeak allows you to chat with your PowerPoint slides. Upload any PPTX file and ask questions about the content.

SlideSpeak was built with:

Frontend:

The backend for this project is available here: https://github.com/SlideSpeak/slidespeak-backend

Requirments

NOTE: This project requires the SlideSpeak backend to be up and running!

See here on how to setup the backend.

Getting Started

Make sure to have the environment variables set up correctly, you can copy the values from .env.local.example with the following command:

cp .env.local.example .env.local

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser.

License

See LICENSE file.