Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cycle-sync-ai/floz-ai-frontend
- Owner: cycle-sync-ai
- Created: 2025-02-03T08:22:25.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-02-03T19:41:31.000Z (9 days ago)
- Last Synced: 2025-02-03T20:32:54.460Z (8 days ago)
- Topics: agent, ai, deepgram, google-calendar, google-oauth2, meeting-transcription, mongodb, nextjs, nextjs13, openai, recording, s3-bucket, supabase, task
- Language: TypeScript
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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])