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.
- 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.
- Next.js: Frontend framework enabling server-side rendering and optimized performance.
- LLMs (Language Models): Drive the core question-answering capabilities.
- Clone the repository:
git clone https://github.com/yourusername/paradox-ai.git
- Navigate to the project folder:
cd paradox-ai
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Video Q&A: Upload a video to extract answers from its content.
- Document Q&A: Drag and drop a document to obtain answers based on the file's content.
- Website Q&A: Enter a URL, and the tool will crawl the page to generate responses.
- 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.
Contributions are welcome! Feel free to open issues, fork the repo, and submit pull requests.
This project is licensed under the MIT License.