MedStack is a group of medical tools based on the web which allow doctors to perform various types of analysis only through an image.
- Create a virtual environment a. pip install virtualenv b. virtualenv -v env c. env\Scripts\activate (windows)
- Install Dependencies
- pip install -r requirements
- Run the application
- streamlit run app.py