PrakritiAI is an intelligent Ayurvedic application that analyzes Vata, Pitta, and Kapha doshas to recommend personalized therapies, treatments, and clinics based on individual constitution.
- Prakriti Analysis: Determine your unique Ayurvedic constitution
- Personalized Recommendations: Get tailored therapy suggestions
- Clinic Finder: Locate nearby Ayurvedic practitioners and clinics
- Health Insights: Track and monitor your health journey
- Flutter SDK 3.0+
- Dart 3.0+
- Clone the repository:
git clone https://github.com/sandeepswain54/PrakritiAI-.git
cd PrakritiAI-- Create a
.envfile from.env.example:
cp .env.example .env- Add your credentials to
.env:
TWILIO_ACCOUNT_SID=your_account_sid
TWILIO_AUTH_TOKEN=your_auth_token
# ... other credentials- Install dependencies:
flutter pub get- Run the app:
flutter run- Never commit
.envfile or sensitive credentials to version control - See
.env.examplefor environment variable templates - All API keys and tokens should be loaded from environment variables
For more information about Flutter development, visit the official Flutter docs

