TeelDeer - Python Coding Project

Description

TeelDeer is a web application that lets you quickly summarize long documents, images, or web pages into short, easy-to-read bullet points. Simply upload a file, snap a picture, or paste a link, and TeelDeer will use AI to read the content, extract the key information, and present you with a clear summary designed to fit comfortably on your phone or computer screen.

It is a Python web application that uses the OpenAI API for AI-powered text summarization and the OCR.space API for extracting text from images. The project relies on Python libraries such as Flask and Jinja2 for backend logic and HTML templating. It supports common document and image formats for input.

Technology

  • Python
  • OCR.space
  • OpenAI
  • Jinja2