An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AI provider flutter app
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)]()
[![Maintaner](https://img.shields.io/static/v1?label=Oleksandr%20Samoilenko&message=Maintainer&color=red)](mailto:oleksandr.samoilenko@extrawest.com)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()
![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)

## 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


Preview



Preview

Created by Oleksandr Samoilenko

[Extrawest.com](https://www.extrawest.com), 2024