https://github.com/extrawest/flutter-youtube-video-and-website-summarizer
Flutter Website and Youtube video summarizer is a tool for getting quick content summary from websites and youtube subtitles. The tool is using Groq ai under the hood and Flutter on the frontend
https://github.com/extrawest/flutter-youtube-video-and-website-summarizer
flutter groq-ai groq-api nodejs youtube-dl-exec
Last synced: 3 months ago
JSON representation
Flutter Website and Youtube video summarizer is a tool for getting quick content summary from websites and youtube subtitles. The tool is using Groq ai under the hood and Flutter on the frontend
- Host: GitHub
- URL: https://github.com/extrawest/flutter-youtube-video-and-website-summarizer
- Owner: extrawest
- Created: 2024-09-30T09:34:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T10:27:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:46:37.832Z (over 1 year ago)
- Topics: flutter, groq-ai, groq-api, nodejs, youtube-dl-exec
- Language: C++
- Homepage:
- Size: 38.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# AI provider flutter app
[]()
[](mailto:oleksandr.samoilenko@extrawest.com)
[]()


## PROJECT INFO
- **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**
## Features
- Groq with "llama3-8b-8192"
## Installing:
**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
```
## Setup Server
**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
## Preview
Created by Oleksandr Samoilenko
[Extrawest.com](https://www.extrawest.com), 2024