A Machine Learning Project integrated with Django to Remove Background from Image .
- git clone https://github.com/FarjaalAhmad/django_bgRemoverML
- cd django_bgRemoverML
- python3 -m pip install -r requirements.txt
- bash setup.sh
- python3 manage.py migrate
- python3 manage.py runserver
- Linux
Make a POST request to http://localhost:8000/upload with the Following parameters. image=[BASE64 ENCODED IMAGE HERE]
- If you found any bugs, Feel Free to create an Issue.
- If you want to Contribute into this Project, Feel free to make Pull Request.