https://devpost.com/software/stylist-ai
Life is busy. Make your decisions faster with stylist.ai. We built this app to keep you fashionable while staying on the go.
stylist.ai provides you with styling options on the fly using deep neural networks.
Backend: Django, Python, tensorflow Infrastructure: Google Cloud SQL, Google Compute Engine Frontend: Android, Java
-
Open a separate terminal
-
start your local SQL instance with
./cloud_sql_proxy -instances="lunar-descent-259920:us-central1:closet"=tcp:3306 (Mac)
./cloud_sql_proxy_win.exe -instances="lunar-descent-259920:us-central1:closet"=tcp:3306 (Windows)
- make sure you're running a virtual env for python
source .venv/bin/activate
-
cd into the
outfitpickerdirectory that hasmanage.py -
run
python manage.py runserver -
go to
http://127.0.0.1:8000/in the browser to see your django app!!!!