Skip to content

Vargock/ai-note-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Smart Notes
emoji ✒️
sdk gradio
sdk_version 5.49.1
app_file app.py
pinned false

Smart Notes

A quite basic small demo using Hugging Face public APIs to summarize notes, extract tags, and detect sentiment. It saves everything to a SQLite database, and you can see your recent notes in a basic history page.

Built with Python and Flask. All credit goes to the people who made the models — I’m just calling them.

Open in Hugging Face

Models used

  • facebook/bart-large-cnn (summarization)
  • dslim/bert-base-NER (tags)
  • cardiffnlp/twitter-roberta-base-sentiment (sentiment)

Notes

  • Works best with English text. Non-English input may not work.
  • Stores notes locally in SQLite; you can view recent notes in a history page.

Disclaimer

All credit goes to the teams behind the Hugging Face models. This project is just a small interface for their APIs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors