Skip to content

open-xyz/paradox-ai

Repository files navigation

Paradox AI

Paradox AI is a Next.js application designed to provide instant answers from videos, documents, and websites using Large Language Models (LLMs). This tool leverages the power of AI to make it easy to extract and retrieve accurate, context-based information from various media sources.

Features

  • Video Question Answering: Upload videos and obtain answers by searching through their transcripts.
  • Document-Based Q&A: Parse and analyze document content (PDF, Word, etc.) for specific information retrieval.
  • Website Content Analysis: Enter a URL to get answers based on website content.
  • LLM-Powered: Utilizes advanced language models for precise and relevant answers.
  • User-Friendly Interface: Built with Next.js to ensure smooth, interactive user experiences.

Tech Stack

  • Next.js: Frontend framework enabling server-side rendering and optimized performance.
  • LLMs (Language Models): Drive the core question-answering capabilities.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/paradox-ai.git
  2. Navigate to the project folder:
    cd paradox-ai
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

Usage

  1. Video Q&A: Upload a video to extract answers from its content.
  2. Document Q&A: Drag and drop a document to obtain answers based on the file's content.
  3. Website Q&A: Enter a URL, and the tool will crawl the page to generate responses.

Future Enhancements

  • Multilingual Support: Expanding LLM support for multiple languages.
  • Extended Media Types: Adding more document and video formats.
  • Model Selection: Allow users to choose from a range of language models.

Contributing

Contributions are welcome! Feel free to open issues, fork the repo, and submit pull requests.

License

This project is licensed under the MIT License.