- Flutter app with Art Collection API from Metropolitan Museum of Art
- This app allows you to search for artworks from Metropolitan Museum of Art and get AI generated information about them
- Metropolitan Museum of Art API: https://metmuseum.github.io/
- Llama vision model: meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo
- Search artwork
search.mp4
- Generated description
description.mp4
1. Clone this repo to your folder:
git clone https://gitlab.extrawest.com/i-training/flutter/virtual-museum-guide-app
2. Change current directory to the cloned folder:
cd virtual-museum-guide-app/mobile
3. Get packages
flutter pub get
1. Open server folder:
cd virtual-museum-guide-app/server
2. In the root of server file create .env file and add the following variables:
TOGETHER_API_KEY='YOUR_TOGETHER_API_KEY'
2. Change server path in flutter project: Go to app/lib/services/api_service.dart and change the baseUrl to your server path
Now you can use the app
Created by Oleksandr Samoilenko
Extrawest.com, 2024