Skip to content

Releases: hasiraza/Assignment-Maker-LLM

Initial Release — Ethicallogix AI Assignment Maker

03 Nov 05:28
81b7163

Choose a tag to compare

🎉 First stable release of the AI Assignment Maker LLM app.

Features:

  • 📄 Upload PDF, DOCX, TXT, or image files
  • 🔍 Automatic text extraction using PyPDF2, python-docx, and OCR (Tesseract)
  • 🧠 Smart document summarization powered by Google Gemini API
  • 🪄 Generates clean academic-style summaries for assignments
  • 🚀 Built with Streamlit for easy web deployment

Requirements:

  • Python 3.10+
  • Streamlit
  • google-generativeai
  • pytesseract
  • tesseract-ocr (system dependency)