A web application that transforms addresses between different language formats using AI technology.
- Support multiple languages (English, Chinese, Japanese, Korean)
- Real-time language detection
- AI-powered address format transformation
- Copy and share functionality
- Clean and responsive UI
- Vue 3 + Vite
- Tailwind CSS
- ZhipuAI GLM-4 API
- Axios for API calls
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildCreate a .env file in the project root:
VITE_ZHIPU_API_KEY=your_zhipu_api_key_heretrans_addr/
├── docs/ # Project documentation
│ ├── design.md # Design documentation
│ ├── tech_options.md # Technology choices
│ └── process.md # Development process
├── src/
│ ├── components/ # Vue components
│ ├── services/ # API services
│ └── assets/ # Static assets
├── public/ # Public static files
└── ...
- Clone the repository
- Install dependencies:
npm install - Set up environment variables
- Start development server:
npm run dev
This project is configured for deployment on Vercel:
- Push code to GitHub
- Import project in Vercel
- Set environment variables
- Deploy
- Design documentation: docs/design.md
- Technical choices: docs/tech_options.md
- Development process: docs/process.md
MIT
