/TechVeda

Primary LanguagePython

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)