Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 683 Bytes

Covid 19 detection using X-ray images

Installation:

  • Move to project directory.
  • Run docker build -t majorproject . to build docker images.
  • Run docker run -ti -p 5001:5001 majorproject bash to enter docker cli bash.
  • Run python3 app.py to start server
  • Ctrl+C to end server and make sure to run exit to exit docker cli.

Contributing guidelines

  • Please make separate branch to work on a feature/bug.
  • Make sure to run tests before commit.
  • Follow commit message template.
  • To add commit run git commit and then text editor (vims/nano) will be open, then you can write commit message.

Contributors:

  • Lakshya Khera
  • Gaurav Parihar
  • Shubham Tak