This project is developed in React Native and used ML Model
This Mobile app offers two types of settings, users are able to improve the quality of their image, auto-setting uses ML model, which is built with python to enhance the quality of the image, and custom settings, which give the user the ability to manage different settings for the image.
- Auto enhancement Filter
- Custom Filters
Follow these steps to run this project in your local computer.
- Clone Repository
git clone https://github.com/sb011/SDP.git
- To connect with backend
cd api
python server.py
- To start project
cd client
npm start