Vargock commited on
Commit
71a6013
·
1 Parent(s): 5cdaf63
Files changed (1) hide show
  1. README.MD +13 -0
README.MD CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Smart Notes
2
 
3
  A quite basic small demo using Hugging Face public APIs to summarize notes, extract tags, and detect sentiment.
@@ -5,6 +16,8 @@ It saves everything to a SQLite database, and you can see your recent notes in a
5
 
6
  Built with Python and Flask. All credit goes to the people who made the models — I’m just calling them.
7
 
 
 
8
  ## Models used
9
  - facebook/bart-large-cnn (summarization)
10
  - dslim/bert-base-NER (tags)
 
1
+ ---
2
+ title: Smart Notes
3
+ emoji: ✒️
4
+ sdk: gradio
5
+ sdk_version: 5.49.1
6
+ app_file: app.py
7
+ pinned: false
8
+ short_description: Quick AI-based notes summarizer
9
+ ---
10
+
11
+
12
  # Smart Notes
13
 
14
  A quite basic small demo using Hugging Face public APIs to summarize notes, extract tags, and detect sentiment.
 
16
 
17
  Built with Python and Flask. All credit goes to the people who made the models — I’m just calling them.
18
 
19
+ [![Open in Hugging Face](https://img.shields.io/badge/Open%20in-HuggingFace-blue)](https://huggingface.co/spaces/Vargock/AI-smart-notes)
20
+
21
  ## Models used
22
  - facebook/bart-large-cnn (summarization)
23
  - dslim/bert-base-NER (tags)