https://github.com/mannasoumya/myhomeo
Search Homeopathic Medicines
https://github.com/mannasoumya/myhomeo
health healthcare healthcare-application json medicine medicine-applications medicines python
Last synced: about 1 month ago
JSON representation
Search Homeopathic Medicines
- Host: GitHub
- URL: https://github.com/mannasoumya/myhomeo
- Owner: mannasoumya
- License: mit
- Created: 2022-11-07T12:02:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T10:41:21.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:13:42.092Z (3 months ago)
- Topics: health, healthcare, healthcare-application, json, medicine, medicine-applications, medicines, python
- Language: Python
- Homepage:
- Size: 1.61 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myhomeo - Search Homeopathic Medicines
## Quick Start
### Build
```console
$ chmod +x build.sh
$ ./build.sh
$ . ./venv/bin/activate
```### Run
```console
(venv) $ python search.pyUsage: python search.py [OPTIONS]
OPTIONS:
-symp (str) : Search Symptom
-med (str) : Search Medicine
-s (bool) : Save result to file
-v (bool) : Enable/Disable Verbose Mode (default: disabled)
-h (bool) : Print this help and exit(venv) $ python search.py -symp fever
(venv) $ python search.py -med nux
```
## Interactive Mode in Browser```console
(venv) $ pip install -r requirements.txt
(venv) $ streamlit run search_int.py
```
