Travel Risk Analyzer
Travel Risk Analyzer is a tool that helps users generate travel risk analyses for specific destinations using AI. It integrates with MongoDB to store and retrieve data and uses Gradio for a user-friendly interface.
- Generate travel risk analyses for cities or countries in multiple languages.
- Save and retrieve travel data from MongoDB.
- User-friendly interface powered by Gradio.
- Supports AI-generated responses using Google Generative AI.
- Python 3.8 or higher
- MongoDB instance
- API key for Google Generative AI
- Clone the repository:
git clone https://github.com/yourusername/TravelRiskAnalyzer.git cd TravelRiskAnalyzer - Install the required dependencies:
Set up environment variables:
Create a .env file in the root directory. Add the following variables: Usage Run the application:
Open the Gradio interface in your browser.
Select a language, input a travel destination, and optionally provide additional details.
Click "Generate" to get a travel risk analysis.
License This project is licensed under the MIT License. See the LICENSE file for details.
Contributing Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
Acknowledgments Google Generative AI Gradio MongoDB