Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.56 KB

README.md

File metadata and controls

75 lines (60 loc) · 2.56 KB

IntelliScan - AI PDF Chat App

An AI-powered tool that enables you to upload and ask questions about any PDF document and receive answers, along with providing an admin dashboard for API usage tracking and user management.

View the live project here.

Table of Contents

Screenshots

Login Page Forgot Password Page
Login Page Forgot Password Page
Landing Page Admin Dashboard
Landing Page Admin Dashboard

Technologies

  • React.js v18.2.0
  • Node.js
  • CSS
  • Python
  • Redux v4.2.1
  • MongoDB
  • Google Gemma Gemma2B-IT

Features

Caution

Due to maintenance, the ask question API endpoint is temporarily unavailable to prevent misuse.

  • User Authentication: Implement JSON Web Tokens for secure user authentication and session management.
    • Forgot Password: Functionality for users to reset their password through a secure OTP process.
  • PDF Upload: Capability for users to securely upload PDF documents for analysis.
  • Ask Questions: Allows users to input natural language questions about the uploaded PDF.
  • Admin Dashboard: Provides a comprehensive dashboard for admins with features including:
    • User Management: Control the addition, editing, and removal of user accounts.
    • API Usage Tracking: Monitor and analyze API calls and usage patterns.

Acknowledgements