Skip to content

khoidm2004/LLM-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

48 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LLM Meeting Minute Recap App πŸ“

A web application that uses LLM to summarize meeting minutes into structured, actionable insights.

App Image

Features ✨

  • Paste meeting minutes and get instant AI-powered summaries
  • Structured output with key decisions, action items, and next steps
  • Clean, responsive UI

Tech Stack πŸ’»

Category Technology
Frontend Vite + React + Tailwind CSS
Backend Node.js + Express
LLM Framework LangChain
LLM Provider Groq (Free Tier)
AI Model Llama 3.1 8B Instant
Frontend Hosting Vercel
Backend Hosting Render

Getting Started πŸš€

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/your-username/MinuteRecap.git
    cd MinuteRecap
  2. Install dependencies

    # Frontend
    cd Frontend
    pnpm install
    
    # Backend
    cd ../Backend
    pnpm install
  3. Set up environment variables

    # In Backend folder, create .env file
    GROQ_API_KEY=your_groq_api_key_here
    PORT=3001
  4. Run the application

    # Backend (from Backend folder)
    pnpm run dev
    
    # Frontend (from Frontend folder)
    pnpm run dev
  5. Open http://localhost:5173 in your browser

Demo 🎬

Watch Demo on YouTube ▢️

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors