Skip to content

yogita005/note-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

note-summarizer

Key Features:

  • OCR with image preprocessing
  • Multiple summarization techniques
  • Named entity extraction
  • Question-answering capability
  • Streamlit interactive interface

Dependencies:

  • streamlit
  • pytesseract
  • opencv-python
  • spacy
  • nltk
  • transformers
  • torch
  • scikit-learn

Additional Setup:

  1. Install Tesseract OCR
  2. Download spaCy model: python -m spacy download en_core_web_sm
  3. Install dependencies

Summarization Techniques:

  1. Extractive: Selects key sentences
  2. Abstractive: Generates concise summary
  3. Hybrid: Combines both approaches

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages