Massive Prediction is an AI search engine that lets you quickly search queries such as is this cafe good
, are these habits beneficial for productivity
or pharmacies near me
, etc.
This project is a fork of Victor Nogueira's MiniSearch (felladrin/minisearch
). AtomicSearch adds other features such as payment gateway and specific configurations for the specific needs of Atomic Search's specifications. The core project is currently still strongly based on Victor Nogueira's wonderful project as a way to bootstrap the project quicker. Although this might change in the future when Massive Prediction takes a different path in the way the project wants to deliver the information.
- Privacy-focused: No tracking, no ads, no data collection
- Easy to use: Minimalist yet intuitive interface for all users
- Cross-platform: Models run inside the browser, both on desktop and mobile
- Integrated: Search from the browser address bar by setting it as the default search engine
- Time-saver: AI responses enhanced with search results
- Efficient: Models are loaded and cached only when needed
- Optimized: Aims for the balance between size and performance
- Open-source: The code is available for inspection and contribution at GitHub
Then, open http://localhost:7860 in your browser and start searching!
You can build and run it from the source if you don't want to use AtomicSearch's Docker Image. For that, clone this repository and run the following command:
docker-compose -f docker-compose.production.yml up --build
docker-compose down
docker-compose build
docker-compose up
docker pull ghcr.io/atomicsearch/ai-search-engine:main
The foundation of the search engine is based on Victor Nogueira's open-source work. AtomicSearch (AKA Massive Prediction) is a fork of MiniSearch, a similar AI search engine but with different goals and usage.