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!*
*Currently in our PoC version 0.0.1 only .pdf files are supported. We are releasing new file-types and features soon!
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!
git clone git@github.com:grumpyp/aixplora.git
pip install -r backend/requirements.txt
npm install frontend
python backend/main.py
cd frontend
npm start