Skip to content

robertchonge/Frontend-AI-Powered-Summary-Action-Tracker-For-Meetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Frontend - AI-Powered Meeting Insights Generator

This is the React (Next.js) frontend for the AI-Powered Meeting Insights Generator. It provides a user-friendly interface to upload meeting audio files, trigger LLM-based analysis, and display summaries, decisions, and action items.


πŸš€ Features

πŸŽ™οΈ Upload Meeting Audio Recordings (MP3, MP4, WAV)

πŸ› οΈ Trigger Whisper Transcription + LLM Analysis

πŸ“Š View Meeting Summary, Decisions, and Action Items

🎨 Responsive Web UI with Tailwind CSS


πŸ“¦ Tech Stack

React (Next.js)

Axios (for API calls)

Tailwind CSS (styling)


πŸ› οΈ Installation

Navigate to frontend folder

cd frontend

Install dependencies

npm install

Run the development server

npm run dev

App will be running at: http://localhost:3000


βš™οΈ API Backend Dependency

Ensure the Django backend is running locally at:

http://localhost:8000/

API Endpoints consumed:

POST /upload_meeting/ (audio file upload)

GET /analyze_meeting/<meeting_id>/ (generate insights)


πŸ“ Project Structure

frontend/ β”œβ”€β”€ public/ # Static assets β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ pages/ # Next.js routes (main UI) β”‚ β”œβ”€β”€ styles/ # Global CSS using Tailwind β”‚ └── components/ # (Optional) UI components β”œβ”€β”€ package.json # Dependencies and scripts β”œβ”€β”€ tailwind.config.js # Tailwind CSS config └── README.md # Project instructions


πŸ“ž Contact

Developed by Robert Chonge

πŸ“§ robertchonge07@gmail.com


"Turn your meetings into insights, effortlessly."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published