Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cycle-sync-ai/floz-ai-frontend

AI-powered meeting assistant that transcribes recordings, extracts action items, and manages team tasks effectively.
https://github.com/cycle-sync-ai/floz-ai-frontend

agent ai deepgram google-calendar google-oauth2 meeting-transcription mongodb nextjs nextjs13 openai recording s3-bucket supabase task

Last synced: 8 days ago
JSON representation

AI-powered meeting assistant that transcribes recordings, extracts action items, and manages team tasks effectively.

Awesome Lists containing this project

README

        

# Floz AI Frontend

AI-powered meeting assistant that transcribes recordings, extracts action items, and manages team tasks effectively.

## Features

- Automated meeting transcription
- Task extraction and assignment
- Smart project management integration
- Team collaboration tools

## Tech Stack

- NextJS
- Tailwind CSS
- Antd
- Google Calendar
- OpenAI
- Deepgram

## Installation

```bash
git clone https://github.com/cycle-sync-ai/floz-ai-frontend
cd floz-ai-frontend
npm install
```

## Environment Variables

```bash
NEXT_PUBLIC_API_URL="backend-api-url"
NEXTAUTH_URL="next-auth-url"
NEXTAUTH_SECRET="next-auth-secret"
NEXT_PUBLIC_OPENAI_URL="openai-url"
NEXT_PUBLIC_GOOGLE_CLIENT_ID="google-client-id"
NEXT_PUBLIC_GOOGLE_CLIENT_SECRET="google-client-secret"
```

## Running the Application

```bash
# Development
npm run dev

# Production
npm start
```

# Author

[Discord](https://discord.gg/TawJX4ue)
[Email](mailto:[email protected])