Skip to content

kunalagra/SumUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


SumUp
SumUp

Summarize Team Meetings

Key FeaturesHow To UseCreditsLicense

screenshot

Key Features

  1. Automated Summarization: Utilize GPT 3.5 turbo and Bing AI to generate Summaries.
  2. Export & Import: Import PDFs/DOCX/TXT files and generate Summaries that can be exported as PDFs
  3. User-friendly Dashboard: Access a well-designed dashboard, providing an intuitive interface for managing and reviewing generated summaries.
  4. Audio and Video: Supports processing of Audio and Video files to generate Summary using Whisper Model.
  5. Collaborative: Create custom teams of user and auto mail summary to keep them in loop
  6. Secure Authentication: Implement secure user authentication to ensure data privacy and access control.
  7. Extension: A Google Chrome extension was developed that connects to backend to transcribe and store meet summarizes.

How To Use

To clone and run this application, you'll need Git, Node.js (which comes with npm) & Python installed. From your command line:

# Clone this repository
$ git clone https://github.com/kunalagra/SumUp

# Go into the repository
$ cd SumUp


# For frontend
$ cd stm-app

# Install dependencies
$ npm install

# Rename .env.example to .env
$ mv .env.example .env

# Run the app
$ npm run dev

# For Backend
$ cd STM

# Install dependencies
$ pip install -r requirements.txt

# Rename .env.example to .env
$ mv .env.example .env

# Run the server
$ python manage.py runserver 

Important

Populate your .env keys with their respective values.

Note

If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This software uses the following packages:

Built at Mastek's Deep Blue

You may also like...

  • MediCall - An AIO Medical platform to connect doctors and patients
  • Codegamy - A LeetCode clone

License

AGPL-3