- Youtube video and website summarization app on Groq AI
- We were intended to create a an MVP showcase application that allows to summarize Youtube video and website summarization with the help of groq.ai
- Groq with "llama3-8b-8192"
1. Clone this repo to your folder:
git clone https://gitlab.extrawest.com/i-training/flutter/unisummarizer-saas
2. Change current directory to the cloned folder:
cd unisummarizer-saas/app
3. Get packages
flutter pub get
1. Open server folder:
cd unisummarizer-saas/server
2. Change port number :
const port = YOUR_PORT_NUMBER;
2. Change server path in flutter project: Go to app/lib/services/api.dart and change the baseUrl to your server path
Now you can use the app
Created by Oleksandr Samoilenko
Extrawest.com, 2024