https://github.com/slidespeak/slidespeak-webapp
Frontend for SlideSpeak. Chat with any PowerPoint file. Ask questions, get summaries and more.
https://github.com/slidespeak/slidespeak-webapp
ai chatbot chatgpt llama-index nextjs powerpoint pptx tailwindcss
Last synced: about 2 months ago
JSON representation
Frontend for SlideSpeak. Chat with any PowerPoint file. Ask questions, get summaries and more.
- Host: GitHub
- URL: https://github.com/slidespeak/slidespeak-webapp
- Owner: SlideSpeak
- Created: 2023-07-24T14:50:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T14:54:47.000Z (almost 2 years ago)
- Last Synced: 2023-08-17T15:53:42.612Z (almost 2 years ago)
- Topics: ai, chatbot, chatgpt, llama-index, nextjs, powerpoint, pptx, tailwindcss
- Language: TypeScript
- Homepage: https://slidespeak.co
- Size: 384 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slidespeak-webapp

SlideSpeak allows you to chat with your PowerPoint slides. Upload any PPTX file and ask questions about the content.
SlideSpeak was built with:
Frontend:
- [NextJS](https://nextjs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [React Chat Stream](https://github.com/XD2Sketch/react-chat-stream)The backend for this project is available here: [https://github.com/SlideSpeak/slidespeak-backend](https://github.com/SlideSpeak/slidespeak-backend)
## Requirments
_NOTE:_ This project requires the SlideSpeak backend to be up and running!
See [here](https://github.com/SlideSpeak/slidespeak-backend) 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:
```bash
cp .env.local.example .env.local
```First, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser.
## License
See LICENSE file.