HerbVeda is a Python-based project that analyzes Ayurvedic body types (Vata, Pitta, Kapha) through a questionnaire and provides personalized herbal remedies.
- Questionnaire-based analysis of Ayurvedic body types
- Personalized herbal remedy suggestions
- Simple Python-based interface
- Python
- PyQt5 (for GUI)
main.py– Main application runnerhome.py– Home screen UI logiclogin.py– Login functionalitysignup.py– Signup functionalitytreatment.py– Suggests remedies based on resultstridosha.py– Questionnaire and analysis logicicon.jpeg– App icongreengrass.jpg– UI background image
- Clone the repository:
git clone https://github.com/ShreyanshGoindi/HerbVeda.git
- Navigate to the folder:
cd HerbVeda - Run the app:
python main.py
- Add database integration for user history
- Expand herbal remedy database
- Improve UI/UX with more modern design
This project is licensed under the MIT License.