Skip to content

Commit

Permalink
Readme Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
RutvijDv authored Mar 18, 2021
1 parent 85fb786 commit f95c4fe
Showing 1 changed file with 50 additions and 7 deletions.
57 changes: 50 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Meet Script
![logo not found](https://github.com/RutvijDv/Google-Meet-Notes/blob/main/round-table-128.png?raw=true)

<a href="https://github.com/RutvijDv/Google-Meet-Notes/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/RutvijDv/Google-Meet-Notes" />
Expand All @@ -13,23 +12,67 @@
<img alt="Issues" src="https://img.shields.io/github/stars/RutvijDv/Google-Meet-Notes" />
</a>

A Chrome Extension that gives you transcript of google meet. Start captions and all the script will be saved in chrome storage which can be downloaded in pdf format.

![logo not found](https://github.com/RutvijDv/Google-Meet-Notes/blob/main/round-table-128.png?raw=true)

A Chrome Extension that gives you transcript of google meet. Start captions and all the script will be saved in chrome storage which can be downloaded in pdf format.
Helps you keep a record of all the conversation that took place on **_GOOGLE MEET_**.

## Working

This extension doesn't recognize speech rather the speech-to-text conversion is done by google meet itself. So it is necessary to put captions on to get the transcript of the meet. The background script keeps on observing the captions and saves in google storage. When you click the download button it takes all the transcript which has been saved till that moment in the storage ,compiles it into pdf and then serves you.
**This extension doesn't recognize speech rather the speech-to-text conversion is done by google meet itself. So it is necessary to put _captions on_ to get the transcript of the meet.**

## Preview
The background script keeps on observing the captions and saves in _chrome storage_. When you click the download button it takes all the transcript which has been saved till that moment in the storage ,compiles it into pdf and then serves you. Data automatically gets deleted when a new meeting is joined.

## Preview

</br>
<p align="center">
<img src="https://imgur.com/IEnWi5U.png" alt="Success Home Popup" />
<p align="center">Popup interface to Download PDF</p>
</p>
</br>

</br>
<p align="center">
<img src="https://i.imgur.com/t7pdSi7.png" alt="Notification Preview" />
<p align="center">Notification Preview for Captions OFF!!</p>
</p>
</br>

</br>
<p align="center">
<img src="" alt="Example pdf" />
<p align="center">PDF Preview</p>
</p>
</br>

## Installation

Follow the given steps :
- Fork and Clone the repository.
- Open Google Chrome. Go to Menu > More tools > Extensions or go to chrome://extensions.

- **Fork and Clone** the _repository_.
- Open Google Chrome. Go to **Menu > More tools > Extensions** or go to `chrome://extensions`.
- **Turn on Developer mode button**.

<img src="https://i.imgur.com/PUkNCfp.png" alt="Example pdf" >

- Click on **Load unpacked**.Select the **cloned folder** from your pc.
- Your Extension would be on the Extensions list.
- Make sure the activation button is turned on.
<br>
<img src="https://i.imgur.com/kVZ25Yb.png" alt="Example pdf" >
<br>
- **Pin the extension** for convinience.

## Usage

Follow the Steps for your Convinience:

- Join a **Google meet** call or host one with your friends or colleagues.
- Make sure to turn **Captions ON**.
- In case you missed it, don't worry you will get a notification.
- Download the pdf before you leave the meet. Due to any network issue if your call gets disconnected, don't panic rejoin the same meet, your data won't be deleted.

## Contributions

You can contribute to this project by solving existing issues or adding a new feature.

0 comments on commit f95c4fe

Please sign in to comment.