Skip to content

thesujai/TechVeda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c0ff9d · Nov 23, 2023

History

30 Commits
Nov 23, 2023
Oct 6, 2023
Sep 27, 2023

Repository files navigation

TechVeda

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:

  1. Clone the repository
  2. Install python
  3. Create a virtual environment(Optional)
  4. Run
pip install -r requirements.txt
  1. Run
cd VedaPharma
  1. Run the app
streamlit run main.py

Tech Stacks:

  1. Python
  2. Streamlit
  3. Machine Learning tools(numpy, pandas etc)