日本語のREADMEはこちらです: README.ja.md
A system that generates professional AI-powered tourism consultation advice for tourism businesses in Fukui Prefecture, Japan.
https://code4fukui.github.io/fukui-kanko-advice/
- AI-Powered Analysis: Uses GPT models to analyze survey data and generate professional tourism consulting advice
- Data-Driven Recommendations: Bases all advice on actual visitor feedback collected through surveys
- Organized by Area & Time Period: Generates separate advice for each tourism area and time period
- Interactive Web Interface: Dynamic HTML pages allow browsing advice by prefecture region, city, and area
- Automated Documentation: Automatically creates downloadable JSON files for all generated advice
- Deno JavaScript/TypeScript runtime
- OpenAI API key
# Generate new advice for areas with recent survey responses
deno run --allow-net --allow-read --allow-write make.js
# Create/update the advice index
deno run --allow-net --allow-read --allow-write makeList.js
# Generate HTML pages from current advice
deno run --allow-net --allow-read --allow-write makeHTML.js
# Test the AI advice generation with sample data
deno run --allow-net make.test.js- Survey data from the FTAS (Fukui Tourism Area Survey) Open Data
- Advice generated using the OpenAI API
- Data source: CC BY Fukui Tourism Association
- Code: Open source (check repository for specific license)
- AI API: Subject to OpenAI terms of use