Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audio guide project idea #16

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/projects/ideas/audio-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: 'Audio Guide App'
description: 'Project goal: Audio guide app suitable for various points of interest such as museums, cities, and parks.'
hide: [toc]
---

# Project Draft: Audio Guide App

## Project Description

The aim of this project is to develop an audio guide app suitable for various points of interest such as museums, galleries, cities, and
parks. The app will use the user's location data to identify the nearest point of interest and play the corresponding audio guide.

**Inspiration**:

- <https://www.nubart.eu/>
- <https://www.3sat.de/kultur/kulturdoku/kollegin-ki-uebernimmt-102.html>

## Key Features

The application will:

- Provide audio guides for diverse points of interest.
- Identify the user's current location and play the corresponding audio guide.
- Enable downloading of audio guides for offline use or contain the audio guides as bootstrap data.

## Audio Guide Content Generation

For generating the audio guide content:

- Points of Interest can be obtained from sources like Wikipedia, Maps, and ChatGPT.
- AI can be used to generate the text for the audio guide.
- Text-to-Speech technology, such as [Speechify](https://speechify.com/), can be utilized to generate the actual audio.
3 changes: 3 additions & 0 deletions docs/projects/ideas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ hide: [toc]
measurement, and maximum speed. This project will involve using native Android and iOS APIs to access GPS data and to handle location
permissions.

6. [**Audio Guide**](audio-guide.md): The aim of this project is to develop an audio guide app suitable for various points of interest such
as museums, galleries, cities, and parks.

## Additional Ideas and Plans

- Check out Coil after its KMP support is [ready](https://github.com/coil-kt/coil/issues/842#issuecomment-1622516075). They've gotten a
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ nav:
- Limerick Generator with ChatGPT: projects/ideas/limerick.md
- Pokédex: projects/ideas/pokedex.md
- GPS Speedometer: projects/ideas/speed.md
- Audio Guide: projects/ideas/audio-guide.md

- Tooling:
- tooling/index.md
Expand Down