Project members:
- Abhiram Deshpande
- Avishkar Ghadge
- Rutuja Kadam
- Prasad Suryawanshi
Enhancement of X-Ray radio graphs using Deep Learning
Welcome to the project EnRadio. The corresponding repository contain code for both Front-End and Back-End of the project with each folder name suggesting the underlying category they belong to.
Following steps will help you to get started with this project on your local machine.
-
Clone the repository:
git clone https://github.com/Abhiram-Deshpande/EnRadio.git -
After clonning, you need to install dependencies for both Front-end and Back-End part:
-
To start the Node development server for serving front-end :
npm run start -
To start the Django development server for serving back-end :
python3 manage.py runserver
It is highly advised to first clone this repository and ten start contributing instead of creating local history of commits.
- Fork this repository
- Clone your forked repository
- Add your scripts
- Commit and push
- Create a pull request
- Star this repository
- Wait for pull request to merge