django_bgRemoverML
A Machine Learning Project integrated with Django to Remove Background from Image .
Installation:
- 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
Supported OS:
- Linux
For API Usage:
Make a POST request to http://localhost:8000/upload with the Following parameters. image=[BASE64 ENCODED IMAGE HERE]
Bugs:
- If you found any bugs, Feel Free to create an Issue.
Deployment:
You can register here and Get $100 Free for 2 months.
Contribution:
- If you want to Contribute into this Project, Feel free to make Pull Request.