AI search engine clone using Gemini 2.0 Flash
Top 22.4% on sourcepulse
This project offers a Perplexity-style AI-powered search engine, leveraging Google's Gemini 2.0 Flash model and real-time web grounding. It's designed for users seeking concise, cited answers to queries, with a focus on a clean UI and fast response times.
How It Works
The engine integrates Google Search for real-time information retrieval and uses the Gemini 2.0 Flash API to process queries and generate answers. It provides source citations and supports follow-up questions within a chat session, mimicking the user experience of established AI search platforms.
Quick Start & Requirements
npm install
.env
file with GOOGLE_API_KEY=your_api_key_here
.npm run dev
Highlighted Details
Maintenance & Community
The project is maintained by @ammaarreshi. Community links or roadmaps are not specified in the README.
Licensing & Compatibility
MIT License. Permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
Requires a Google API key, which may incur costs. The project appears to be a personal clone and may not have the robustness or feature set of established commercial products.
7 months ago
Inactive