All Projects → rajat2502 → StandNote

rajat2502 / StandNote

Licence: MIT license
StandNote is a chrome extension that generates automated meeting minutes after every online meeting and helps save time for students and professionals.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to StandNote

SFC-foundations
SFC bringing change to the society. Drop a ⭐
Stars: ✭ 111 (+24.72%)
Mutual labels:  collaborate, icons8, canva
The-Complete-FAANG-Preparation
This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Pytho…
Stars: ✭ 8,681 (+9653.93%)
Mutual labels:  learn, collaborate
futu algo
Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Stars: ✭ 143 (+60.67%)
Mutual labels:  learn, collaborate
csharp
📚 Recursos para aprender C#
Stars: ✭ 37 (-58.43%)
Mutual labels:  microsoft, learn
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+5177.53%)
Mutual labels:  learn, collaborate
azureselected
Azure Selected content localization.
Stars: ✭ 17 (-80.9%)
Mutual labels:  microsoft, learn
lava
Microsoft Azure Exploitation Framework
Stars: ✭ 46 (-48.31%)
Mutual labels:  microsoft
vscode-mediaplayer
Mediaplayer extention for VS Code
Stars: ✭ 18 (-79.78%)
Mutual labels:  microsoft
AlwaysEncryptedSample
Sample ASP.NET MVC Application for demonstrating Microsoft SQL Server Always Encrypted Functionality
Stars: ✭ 14 (-84.27%)
Mutual labels:  microsoft
Xbox-GDK-Samples
Game development samples published by the Xbox Advanced Technology Group using the Microsoft GDK.
Stars: ✭ 128 (+43.82%)
Mutual labels:  microsoft
MSFS2020-Real-Time-Weather
A work in progress to update a custom Microsoft Flight Simulator 2020 weather preset with the current conditions of a given airport.
Stars: ✭ 22 (-75.28%)
Mutual labels:  microsoft
az-hop
The Azure HPC On-Demand Platform provides an HPC Cluster Ready solution
Stars: ✭ 33 (-62.92%)
Mutual labels:  microsoft
Federal-Business-Applications
US Government Business Applications Demo Repository
Stars: ✭ 103 (+15.73%)
Mutual labels:  microsoft
windows-container
Docker files for various Windows Container build
Stars: ✭ 30 (-66.29%)
Mutual labels:  microsoft
references-for-dotnet-developers
Sites, blogs, cursos, redes sociais e projetos de referências para desenvolvedores .NET
Stars: ✭ 329 (+269.66%)
Mutual labels:  microsoft
PowerEvents
PowerEvents is a PowerShell module that assists in the registration of WMI permanent event subscriptions.
Stars: ✭ 60 (-32.58%)
Mutual labels:  microsoft
Validate-DCB
Validator for RDMA Configuration and Best Practices
Stars: ✭ 34 (-61.8%)
Mutual labels:  microsoft
DacFx
SQL Server database schema validation, deployment, and upgrade runtime. Enables declarative database development and database portability across SQL Server versions and environments.
Stars: ✭ 152 (+70.79%)
Mutual labels:  microsoft
Advanced-Databricks-for-ML-Build-2019
Using Azure Databricks (Spark) for ML, this is the //build 2019 repository with homework examples, code and notebooks
Stars: ✭ 13 (-85.39%)
Mutual labels:  microsoft
SuperGrate
💾 Get moving with Super Grate; a free & open source Windows Profile Migration & Backup Utility. Super Grate is a GUI (Graphical User Interface) that assists Microsoft's USMT (User State Migration Utility) in performing remote migrations over a network connection.
Stars: ✭ 91 (+2.25%)
Mutual labels:  microsoft

Important Information:

The project is currently not in a working condition as the Azure credits have expired, anyone can easily swap the azure credentials with their own and make it work.

Turning Conversations into Actions

Visitor Count Microsoft Teams Google Meet Zoom Notion

License: MIT Open Source Love Maintenance

Web conferencing and online meetings have become the new work culture nowadays. But somewhere along the lines, we often keep missing the crux of the discussions in these online meetings, and here comes our solution - StandNote. It is your easy to use online meeting assistant that backs you up with automated meeting minutes in every conversation. It will help you save time on board meetings, team management, and customer support such that you just focus on the conversation and never miss what’s important.

StandNote also fits into the current online education scenario where most of the classes take place over online platforms like Google Meet and Zoom. We help students with quick and concise notes that help them to revise and memorize the concepts better.

Links:

Google Chrome Web Store

Demo Video:

Demo Video

Theme:

The theme of our project idea is Networking and Productivity. We are reducing the manual efforts and thus increasing the productivity of the team. This will help in removing the Distraction of Note-Taking and reducing the number of Ineffective Meetings and help the team to team to do their best work.

Tech Stack:

  • Frontend: ReactJS
  • Backend: Django
  • Version Control: Git and GitHub
  • Hosting: Heroku, Netlify
  • Machine Learning: Python
  • External APIs: Speech to Text (Microsoft Azure)
  • Code Editor and tools: VS Code, Google Collab

Features:

  • Remove the Distraction of Note-Taking
  • Reduce Ineffective Meetings
  • Works with all video conferencing tools - Google meet, Zoom, and more
  • Get MoM for any online and offline meeting
  • Automatically creates a meeting summary after each meeting
  • Analyse the ambience of a meeting
  • Share and edit the generated MoMs
  • Dashboard section to organize the MoMs
  • Send email to the user when the MoM is generated
  • Easy to use markdown templates that suit the agenda of the meeting.
  • Manage & organize meeting notes as per teams.
  • Directly push the MoM to the respective Slack Channels and Notions.
  • Can be used with any Video conferencing app.

Future Prospects:

  • Voice activity recognition & Speaker separation
  • Desktop application for meetings over desktop and native apps.
  • Integration of more tools like Slack, GitHub, Jira & Trello.
  • Voice activity recognition & Conversation Transcription.
  • Support multiple teams for a single user (teamwise dashboard).
  • Timeline (version control) for the notes.
  • Converting our Extension into a Cross-Browser Extension.

GitHub Repository Structure

S.No. Branch Name Purpose
1. master contains the Chrome Extension
2. React-Frontend contains all Frontend code
3. django contains all Backend code
4. ml contains all ML codes

How to get started locally?

Chrome Extension Setup Steps
  • Fork and Clone the Repo
$ git clone https://github.com/rajat2502/StandNote.git
$ cd StandNote
  • Open Google Chrome and navigate to chrome://extensions.

  • Enable Developer Mode in Google Chrome

  • Click on Add Unpacked Extension and select StandNote

  • StandNote Chrome Extension is ready to use!

Frontend Setup Steps
  • Move to the React-Frontend branch
$ git checkout React-Frontend
  • Install the Dependencies from npm
$ npm i
$ npm start
Backend Setup Steps
  • Change Branch to django using
$ git checkout django
  • Setup Virtual environment
$ python3 -m venv env
  • Activate the virtual environment
$ source env/bin/activate
  • Install dependencies using
$ pip install -r requirements.txt
  • Make migrations using
$ python manage.py makemigrations
  • Migrate Database
$ python manage.py migrate
  • Create a superuser
$ python manage.py createsuperuser
  • Setup Google OAuth

    • Login to the Django admin panel. To the site model, we will add a new entry for localhost:8000
    • Add Google credentials to the social application model as obtained from Google Developers Console
  • Run server using

$ python manage.py runserver

Team:

S.No. Name Role GitHub Username:octocat:
1. Rajat Verma Frontend Developer @rajat2502
2. Pragati Verma Backend Developer @PragatiVerma18
3. Shristi Singh UI Designer @shristisingh29
4. Prateek Maheshwari Backend Developer @friskycodeur
5. Aditya Kumar Gupta Machine Learning Developer @geekquad

Uses Git Uses HTML Uses CSS Uses JS Built with love Built By Developers forthebadge made-with-python

Contribution Guidelines

If you are interested in contributing to StandNote, please see the following:

Contributors

Thanks goes to these wonderful people (emoji key):


Shristi Singh

🎨

Prateek Maheshwari

💻

Pragati Verma

💻

Aditya Kumar Gupta

💻

Rajat Verma

💻 🎨

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].