Skip to content

oaishi/NoTeeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

192 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoTeeline: Supporting Real-Time, Personalized Notetaking with LLM-Enhanced Micronotes

NoTeeline Summary
Write, Organize, Review, and Summarize Personalized Notes

WebsiteDoiArxivHuggingface

✨ Teaser

noteeline.mp4

You can also find the long preview in YouTube for a better quality.

📰 News

  • [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

🛠️ Local Development

  • 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:
    • yarn with the command npm install
    • yarn dev with the command npm run dev

💻 Frontend

  • cd into the folder Frontend Run yarn to install all the necessary packages
  • While the current working directory is Frontend, run the command yarn dev to start the frontend

⚙️ Backend

  • To start the server, cd into the Backend folder and run yarn to install all the necessary packages for the backend server
  • While in the Backend directory, run the command node index.js to 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

📜 Citation

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}
}

🌟 Questions?

Please feel free to email Faria (fhuq@cs.cmu.edu)/ Samee (abdussamee16@gmail.com). Alternatively, you can open a new issue over github!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors