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
NOTE: This project requires the SlideSpeak backend to be up and running!
See here on how to setup the backend.
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.
See LICENSE file.