Loading repository data…
Loading repository data…
Vannemreddy-Niharika / repository
NIHAM HealthWise is an offline AI-powered health assistant for rural India. It offers symptom-based disease prediction, image analysis, vaccine guidance, natural remedies, multilingual support, and emergency mode. Built with HTML, CSS, and JavaScript, it delivers accessible, low-resource healthcare support without requiring internet connectivity.
Offline AI Health Assistant for Rural India
A comprehensive offline-first health assistant web application designed for rural India, providing health information, disease diagnosis, vaccine tracking, and personalized health scoring in multiple languages.
git clone https://github.com/YOUR_USERNAME/niham-healthwise.git
cd niham-healthwise
login.html in your browser to get startedThat's it! No build process or dependencies needed.
niham-healthwise/
├── index.html # Main application page
├── login.html # Login and signup page
├── css/ # Stylesheets
│ ├── main.css
│ ├── login.css
│ ├── components.css
│ ├── animations.css
│ └── special-modes.css
├── js/
│ ├── features/ # Feature modules
│ │ ├── login.js
│ │ ├── chatbot.js
│ │ ├── ai-prediction.js
│ │ ├── emergency-mode.js
│ │ ├── language.js
│ │ ├── translation-manager.js
│ │ └── voice-manager.js
│ ├── data/ # Data files
│ │ ├── diseases.js
│ │ ├── vaccines.js
│ │ ├── translations.js
│ │ └── translation-dictionary.js
│ ├── ui/ # UI components
│ └── utils/ # Utility functions
└── NIHAM_Logo.png # Application logo
main and folder /roothttps://YOUR_USERNAME.github.io/niham-healthwise/Simply connect your GitHub repository and deploy - no configuration needed!
login.htmlEdit js/data/translations.js to add new language translations.
Modify the scoring algorithm in js/features/login.js → calculateHealthScore() function.
Add new diseases to js/data/diseases.js following the existing format.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Created for rural healthcare accessibility in India.
For issues or questions, please open an issue on GitHub.
Made with ❤️ for Rural India