Created a server which returns red, green, and blue channels of an image separately, and a client which recombines them into the original image.
# git clone https://github.com/chinmay81098/caMicroscope
cd caMicroscope
cd caMicroscope/server
python script.py
cd caMicroscope/client
npm run serve
cd caMicroscope/server
create a virtual enivronment and install
Flask
Flask-CORS
opencv
PIL
pip install -r requirements.txt
Follow the readme.md in client folder