Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.79 KB

README.md

File metadata and controls

74 lines (44 loc) · 1.79 KB

Virtual Museum Guide App

Maintenance Maintaner Ask Me Anything ! GitHub license GitHub release

PROJECT INFO

  • 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

Features

Preview

  1. Search artwork
search.mp4
  1. Generated description
description.mp4

Installing:

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

Setup Server

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