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.
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.
- Chrome Extension: https://bit.ly/StandNote-Extension
- Instructions: https://github.com/rajat2502/StandNote/blob/master/HOW_TO_USE.md
- Web Application: https://standnote.netlify.app/
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.
- 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
- 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.
- 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.
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 |
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 selectStandNote
-
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
-
Setup environment variables
- Get a new Google OAuth Client ID from https://console.developers.google.com/apis/credentials and place it in front of
REACT_APP_GOOGLE_OAUTH_CLIENT_ID
- Get a new Algorithmia Key from https://algorithmia.com/ and place it in front of
REACT_APP_ALGORITHMIA_API
- Rename the file
.env.example
to.env
- Get a new Google OAuth Client ID from https://console.developers.google.com/apis/credentials and place it in front of
-
Run the Server and see the demo at http://localhost:3000/
$ 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
- Login to the Django admin panel. To the site model, we will add a new entry for
-
Run server using
$ python manage.py runserver
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 |
If you are interested in contributing to StandNote, please see the following:
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!