SwiftSeek is an intelligent search platform that leverages advanced AI models and APIs to help you search smarter and faster. It provides sources, images, YouTube videos, and a detailed report on any topic you search. Additionally, it offers similar questions and topics, making your search experience more comprehensive.
- AI-powered Search: SwiftSeek utilizes advanced AI models (Together AI, Groq) to provide faster and smarter search results.
- Comprehensive Search Results: Get relevant sources, images, and YouTube videos related to your search query.
- Detailed Reports: The platform prepares an in-depth report about your topic, gathering data from multiple reliable sources.
- Topic Recommendations: Receive similar questions and topics based on your search query to help you explore related areas of interest.
- User-friendly Interface: Built with Next.js, TypeScript, and Tailwind CSS for a fast and responsive UI.
-
Frontend:
-
AI Models:
-
APIs:
- Clone the repository:
git clone https://github.com/subhadeeproy3902/swiftseek.git
cd swiftseek
- Install the dependencies:
npm install
- Set up environment variables:
- Create a
.env
file in the root directory and add the following keys:
TAVILY_API_KEY=
NEXT_PUBLIC_YOUTUBE_API_KEY=
GROQ_API_KEY=
HELICONE_API_KEY=
TOGETHER_API_KEY=
- Run the application:
npm run dev
- Visit
http://localhost:3000
to start using SwiftSeek.
- Go to the homepage of SwiftSeek.
- Enter your search query into the search bar provided.
- SwiftSeek will display:
- Relevant Sources: Links to articles and webpages related to your search term.
- Images: A collection of images sourced from reliable platforms.
- YouTube Videos: Embedded video content relevant to your query.
- Detailed Report: A comprehensive report summarizing the key points and insights about your topic.
- Similar Questions and Topics: Suggestions to explore related subjects or queries for deeper understanding.
- Use the interactive interface to navigate and refine your search as needed.
This project is licensed under the Apache License
Made with ❤️ by the Subhadeep Roy