Hello this is TechVeda, A software that suggests drugs and formulations for a disease/pharmacological property based on the Ayurvedic classical books/Repositories. We made this for participating in Smart India Hackathon.
Running it locally:
- Clone the repository
- Install python
- Create a virtual environment(Optional)
- Run
pip install -r requirements.txt
- Run
cd VedaPharma
- Run the app
streamlit run main.py
- Python
- Streamlit
- Machine Learning tools(numpy, pandas etc)