A Machine Learning Project integrated with Django to Remove Background from Image .
- git clone https://github.com/mza-codes/DJangoBGRemover
- cd DJangoBGRemover
- source bgRemover/bin/activate (this activates the virtual env)
- bash setup.sh
- python3 manage.py migrate
- python3 manage.py runserver
- If showing Error, use this line: python3 -m pip install -r requirements.txt
- Open http://localhost:8000/
Thanks to FarjaalAhmad for this awesome project ! Souce: https://github.com/FarjaalAhmad/django_bgRemoverML/
- Linux
- When uploading image through ui, file name must not include spaces
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.
You can register here and Get $100 Free for 2 months.
- If you want to Contribute into this Project, Feel free to make Pull Request.