Country AI is an application designed to provide detailed information about countries. It allows users to list countries, view detailed information, and access various data points about each country. It also has an AI Chat Bot to help users inquire about countries.
- Clone the repository:
git clone https://github.com/yourusername/country-ai.git
- Navigate to the project directory:
cd country-ai
- Install the required dependencies:
npm install
- Start the application:
npm run dev
- List Countries: View a list of all available countries.
- Country Details: Access detailed information about a specific country.
- AI Chat: Ask anything to AI about selected country
- Frontend: Built with React for a dynamic and responsive user interface.
- AI Integration: Utilizes Nvidia NIM AI API with Llama-3 70B Instruct model to provide enhanced data insights and recommendations.
- API: GraphQL is used for efficient and flexible data querying and manipulation.
- Create, Delete, Update Features: Implement features to allow users to create, delete, and update country information.
- Enhanced AI Features: Implement more advanced AI models for better data analysis.
- Performance Optimization: Improve the performance and scalability of the application.