SmartCareAI is a modern healthcare management platform that leverages artificial intelligence to provide personalized healthcare solutions. Built with Next.js and enhanced with advanced AI capabilities, it offers a comprehensive suite of features for both patients and healthcare providers.
- Health Tracking: Real-time monitoring of vital signs and daily activities
- Smart Scheduling: AI-powered appointment management system
- Expert Connection: Seamless access to healthcare professionals
- Medical Records: Secure storage and management of medical history
- AI Integration: Powered by Google's Generative AI for smart healthcare insights
- Frontend: Next.js 14, React 18
- UI Components: Radix UI, Tailwind CSS
- Database: MongoDB
- AI Integration: Google Generative AI
- Charts: Chart.js, Recharts
- Animation: Framer Motion
- Node.js 18.x or higher
- MongoDB
- Google AI API credentials
- Clone the repository:
git clone https://github.com/yourusername/smartcareai.git
cd smartcareai- Install dependencies:
npm install- Create a
.env.localfile and add your environment variables:
MONGODB_URI=your_mongodb_uri
GOOGLE_AI_API_KEY=your_google_ai_api_key- Run the development server:
npm run devThe application can be configured through environment variables:
MONGODB_URI: Your MongoDB connection stringGOOGLE_AI_API_KEY: Google AI API credentials
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the Apache License - see the LICENSE file for details.
- Obinna Nwachukwu
- Ethan Loo
- Nicolle Chavez-Ramirez