Skip to content

SumitUp-AI/sumitup-ai-meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sumitup-ai-meet

SumitUp is an AI Powered Meeting Assistant that is helpful for small businesses, universities and interviewers who not only want meetings summary but clarity. Not only action items but tasks that are actually doable, not only summary but visual summaries.

This is the official repo for contributing. To get started first understand the modular parts of the code.

For team those who have no understanding in what these folders are

sumitup-ai-meet/
├── backend/                # FastAPI / Python backend service
│   ├── auth/               # Authentication logic
│   ├── config/             # Environment & App configurations
│   ├── core/               # Main business logic
│   ├── controllers/        # API Endpoints
│   ├── database/           # Database connection and setup
│   ├── pipelines/          # LLM Orchestration Pipelines such as Summarization, RAG
│   ├── integrations/       # External APIs (Zoom, Google Meet, etc.)
│   ├── middlewares/        # Rate Limiting Config
│   ├── models/             # Beanie ODM models for data validation
│   └── integrations/       # Integrations with services such as Email, WhatsApp, Slack in future work
├── frontend/
│   └── client/             # React.js frontend application (Typescript + Tailwind Configured)
├── .gitignore              # Git ignore file
└── README.md               # Current documentation

The application is FARM Stack App, Basically (FastAPI as backend, React as Frontend and MongoDB as the DB). Make sure you have installed nodejs, npm, python and mongodb to get started :)

About

An AI Open Source Platform used to transcribe online and offline meetings, Summarize, extract key topics and action items, automate daily meeting tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors