grumpyp / aixplora

AIxplora is a open-source tool which let's you query all kind of files not limited to any length or format.
https://aixplora.app
Apache License 2.0
266 stars 32 forks source link
audio chat chatbot chatgpt embeddings embeddings-model generativeai llm llms nlp openai ownfiles pdf question-answering search second-brain vectorstore

AIxplora - Your AI powered personal file explorer


Join our Discord



🌐 AIxplora-Cloud: Share Knowledge Seamlessly 🌐

We are thrilled to introduce AIxplora-Cloud! This innovative feature enables seamless knowledge sharing, ideal for businesses, groups, or families focused on collaborative learning.

Learn more at AIxplora Cloud.

🧩 AIxplora Widget: Embed AI in Your Website 🧩

Meet the AIxplora Widget – your tool to integrate the AIxplora brain directly into your website. This widget offers a similar experience to the AIxplora Client, complete with personalization and your unique knowledge base.

Start with the AIxplora Widget here.


🖥️ Download AIxplora Now 🖥️

🖥 Windows version

🖥 Mac version (coming soon)


AIxplora is your innovative personal assistant, an open-source project designed for unlimited possibilities. Leveraging AI and LLMs, it understands various document types, not limited by format or length.

Imagine querying PDFs, MP3s, videos, and more with ease and proficiency. Welcome to the world of AIxplora!

🚀 Highlighted Features

💡 Roadmap

🎥 Demo video

https://github.com/grumpyp/aixplora/assets/75830792/7302684f-2c1f-4849-9f10-c6254be1009d

more videos on YouTube:

https://youtu.be/8x9HhWjjNtY https://youtu.be/2lNNKLM0o7U https://youtu.be/eKLmhJobVvc

🛠 How to Run Locally

  1. Clone the Repository & Install Dependencies

    git clone git@github.com:grumpyp/aixplora.git
  2. Install Dependencies

    pip install -r backend/requirements.txt
    cd frontend && npm install
    cd ..
  3. Launch the Backend & Frontend

    python backend/main.py
    cd frontend
    npm start

🔍 Troubleshooting: Encountering frontend installation problems? Consult this debugging guide.

🐳 How to Run using Docker Compose

  1. Clone the Repository

    git clone git@github.com:grumpyp/aixplora.git
  2. Build Docker Image & Spin Up Containers

    install=true docker compose up --build
  3. Initial Build

    • Ensure the frontend/node_modules folder is absent on the first command execution.
    • The initial building process might be prolonged due to dependency installation.
  4. Post-Build Notification

    • After the build and package installation concludes, an error might appear in the console: app exited with code null, waiting for change to restart it. This is a known issue we're addressing.
  5. Access the UI

    • Visit http://localhost:1212/.
  6. Subsequent Launches

    docker compose up

    📝 Notes:

    • After appending new packages in requirements.txt, execute docker compose up --build.
    • Post adding fresh packages in package.json, use install=true docker compose up for new package installations.
    • To solely launch the frontend: docker compose up frontend.
    • To solely launch the backend: docker compose up backend.

🤝 How Can You Contribute?

With the recent release of a PoC for the project, your involvement is pivotal. Here's how you can be a part of our journey:

Star history

Star History Chart