Skip to content

Commit

Permalink
Add audio guide project idea (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyi authored Nov 2, 2023
1 parent 2264050 commit 617b3af
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
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

0 comments on commit 617b3af

Please sign in to comment.