Live Demo: AI Museum Guide
AI Museum Guide is a Next.js-based application designed to provide an enhanced museum experience by allowing users to search for artworks in the app's database. The app uses the Groq LLaMA model to identify artworks and provide detailed descriptions and information about them.
- Artwork Search: Users can search for artworks available in the database.
- Detailed Descriptions: After selecting an artwork, the app provides detailed information about its history, style, artist, and more.
- Responsive UI: Built with the ShadCN library for a clean, responsive, and interactive user interface.
- Frontend: Next.js with React.js
- Backend: Node.js
- AI Model: Groq LLaMA for generating detailed descriptions of the artworks
- UI Library: ShadCN for a seamless and modern user interface
-
Install dependencies:
npm install
-
Set up environment variables: Create a
.env.local
file in the root directory and add the required API keys and configuration for the Groq LLaMA model, if applicable. -
Run the development server:
npm run dev
-
Open the app in your browser:
http://localhost:3000
- Search for an artwork from the available database.
- View detailed information and descriptions about the selected artwork.
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.