Write, Organize, Review, and Summarize Personalized Notes
Website • Doi • Arxiv • Huggingface
noteeline.mp4
You can also find the long preview in YouTube for a better quality.
[28-01-2025]The micronotes can be expanded using the OpenAI API which produces streamlined real-time output[28-01-2025]A personal OpenAI API key is to be provided on the landing page of NoTeeline for the app to work[28-01-2025]NoTeeline got featured in Huggingface, link
- Clone the repo using the following command:
$ git clone https://github.com/oaishi/NoTeeline.git - If npm is the desired package manager, then just replace the command:
yarnwith the commandnpm installyarn devwith the commandnpm run dev
cdinto the folder Frontend Runyarnto install all the necessary packages- While the current working directory is Frontend, run the command
yarn devto start the frontend
- To start the server,
cdinto the Backend folder and runyarnto install all the necessary packages for the backend server - While in the Backend directory, run the command
node index.jsto start the server at port 3000
Please note that transcript.py is used in a flask-based server to send transcripts of YouTube videos. When developing in a local machine, it could be transformed into a js code to be used by the server file index.js
If you use the NoTeeline code or data, please cite our paper:
@inproceedings{faria2025noteeline,
author = {Faria Huq, Abdus Samee, David Chuan-En Lin, Alice Xiaodi Tang, and Jeffrey P Bigham},
title = {NoTeeline: Supporting Real-Time, Personalized Notetaking with LLM-Enhanced Micronotes},
year = {2025},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 30th International Conference on Intelligent User Interfaces},
numpages = {18},
location = {Cagliari, Italy}
}
Please feel free to email Faria (fhuq@cs.cmu.edu)/ Samee (abdussamee16@gmail.com). Alternatively, you can open a new issue over github!