Skip to content

rahulmistry33/MinutesOfMeeting

Repository files navigation

Minutes Of Meeting Generator

forthebadge



Good meeting minutes help drive a plan of action for your leadership team and employees. They clarify how, when, why, and by whom decisions were made. They map out a plan for the action items (which helps get the work done) and they later provide valuable information to those team members who aren’t able to attend the meeting.


Features

  • Conversion from Speech to text using audio file as an input.
  • Automated minutes generator based on text analysis.

Enhancements

  • Optimising algorithm to parse audio files faster and breaking into chunks of larger size.
  • Improving CSS.

Install dependencies


pip install -r requirements.txt

  • Install whl for PyAudio using pip as per your Operating System. This repo has both 32 bit & 64 bit version.

Start server using:

python server.py

127.0.0.1/5000

Contributing

This repository is open to enhancements & bug-fixes 😄

Note:

This project was developed during my internship at SDC,KJSCE under the guidelines of Prof. Suchita Patil.

Happy Coding! 😄