Coder Social home page Coder Social logo

samahrens / aixplora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grumpyp/aixplora

0.0 0.0 0.0 2 MB

AIxplora is a open-source tool which let's you query all kind of files not limited to any length or format.

Home Page: https://aixplora.app

License: Apache License 2.0

JavaScript 4.59% Python 27.30% TypeScript 58.30% CSS 8.38% EJS 0.20% Dockerfile 0.54% Shell 0.69%

aixplora's Introduction

AIxplora - Your AI powered personal file explorer


Join our Discord

AIxplora is your new personal assistant, an open-source project that opens up unlimited possibilities. It leverages AI and LLMs to understand all types of documents, unrestricted by their length or format.

Imagine being able to query PDF files, MP3 audio, videos, and other types of documents with equal ease and proficiency. Yes, that's the limitless world AIxplora is inviting you into!*

How Can You Contribute?

There are several ways you can contribute as I just released a PoC of the project:

  • Code: Write, refactor, optimize - every line of code matters!

  • Documentation: Help us make our project more understandable and user-friendly.

  • Testing: Every bug found is a step towards perfection.

  • Suggest Features: We believe in the power of ideas, no matter where they come from.

  • Spread the Word: Share our project within your networks. The more people know about AIxplora, the better it can become!

Demo and introduction videos

Summary function showcase https://youtu.be/2lNNKLM0o7U https://youtu.be/eKLmhJobVvc

How to run locally

  1. Clone the repo and Install dependencies
    git clone [email protected]:grumpyp/aixplora.git
    
  2. Install dependencies
    pip install -r backend/requirements.txt
    cd frontend && npm install
    cd ..
    
  3. Run the backend and the frontend
    python backend/main.py
    cd frontend
    npm start
    

Having issues installing frontend? See this debugging guide

How to run using Docker Compose

  1. Clone the repo and Install dependencies

    git clone [email protected]:grumpyp/aixplora.git
    
  2. Build Docker image and run containers

    install=true docker compose up --build
    
  3. When running the above command for the first time, make sure frontend/node_modules folder does not exist. The initial build might take some time since it will install all the required dependencies.

  4. Once the build and the package installation is finished, it should show an error in the console app exited with code null, waiting for change to restart it (We have to work on that issues).

  5. Navigate to the UI on http://localhost:1212/.

  6. Next time when starting the app you can simply use the following command

    docker compose up
    

    Note that

    • After adding new packages in requirements.txt you'll have to run docker compose up --build
    • After adding new packages in package.json you'll have to run install=true docker compose up to install the new packages.
    • If you want to just run frontend run docker compose up frontend
    • If you want to just run backend run docker compose up backend

Roadmap

  • Build a community around the project
  • Release a standalone desktop app
  • Bugfixes and improvements to scale the project
  • Add more features (custom LLMs, more file types, etc.)
  • Cloud deployment
  • Integrations (Google Drive, Dropbox, etc.)

Star History Chart

aixplora's People

Contributors

grumpyp avatar 0x1nf3cted avatar dipta10 avatar tarun-raghunandan-miq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.