Skip to content

This repository contains a tutorial and code files on how to build MeetlyAI, a smart meeting assistant for businesses to supercharge their productivity

License

Notifications You must be signed in to change notification settings

hgrover19/MeetlyAI

Repository files navigation

MeetlyAI

MeetlyAI is a smart meeting assistant for businesses to supercharge their productivity. It uses the following technologies:

  • Noise Surpession
  • Speech Recognition
  • Speakier Diarization

Tech Stack

Screenshot 2024-02-26 at 9 02 06 PM

Below are links to documentation for each of the tools used and places to access API keys

Here are all the required installations using pip3 (or pip)

pip3 install --upgrade audoai-noise-removal
pip3 install assemblyai
pip3 install reportlab
pip3 install secure-smtplib

This repository includes the following files:

  • meetly.py: contains the Python code for the project
  • test_audio.mp3: sample audio used for testing in the tutorial
  • meeting-clean.mp3: expected audio file after noise surpression is performed
  • Meeting_Summary.pdf: expected PDF summary
  • Meeting_Transcript.pdf: expected PDF of speaker diarization

About

This repository contains a tutorial and code files on how to build MeetlyAI, a smart meeting assistant for businesses to supercharge their productivity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages