https://github.com/r4v3nsh4d0w/travel-ideas-ai
generate your travel plan using AI
https://github.com/r4v3nsh4d0w/travel-ideas-ai
biometric-authentication expo google-cloud-translation-api google-generative-ai google-maps-api google-places-api google-vision-api java landmark-recognition multiple-languages react-native standalone
Last synced: 3 months ago
JSON representation
generate your travel plan using AI
- Host: GitHub
- URL: https://github.com/r4v3nsh4d0w/travel-ideas-ai
- Owner: R4V3NSH4D0W
- Created: 2024-08-22T16:40:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T10:41:42.000Z (10 months ago)
- Last Synced: 2025-01-23T00:16:37.973Z (5 months ago)
- Topics: biometric-authentication, expo, google-cloud-translation-api, google-generative-ai, google-maps-api, google-places-api, google-vision-api, java, landmark-recognition, multiple-languages, react-native, standalone
- Language: JavaScript
- Homepage:
- Size: 33.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your Expo app 👋
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
## Get started
1. Install dependencies
```bash
npm install
```
2. Rename Temp_env.js to env.js# 🌟 Additional Setup
To fully leverage the features of this app, you need to enable the following Google APIs:- Google Places API: Required for location-based services.
- Geocoding API: Needed for converting addresses into geographic coordinates.
- Google Vision API: Used for image analysis and recognition.
- Google Cloud Translator API: Enables translation of text into multiple languages.
Follow the setup guides linked above to enable these APIs and configure your project accordingly.3. Start the app
```bash
npm run start
```## 📸 Screenshots
Here are some screenshots of the app in action:
![]()
Profile Screen![]()
Home Screen![]()
Starting Screen![]()
Login Screen