Image Recognition Based on Pytorch and Django. And Use IDE Pycharm.
- Install virtualenv using the pip Module.
- Make Virtual Environment Project and make sure you have to name your own project.
- Install Django 3 and type this "django-admin startproject your_project_name"
- This is your choice, but it is better to have your own Application. If you want to make your own Application, type this "django-admin startapp your_app_name"
- Connect your Project to Application.
- Before you start this project, make sure you have to migrate your own project. To migrate your project, Type this "python manage.py migrate".
- To execute Web Application, Type this "python mange.py runserver". you can change your Port Number. like this "python manage.py runsever 8001".
- git pull --rebase origin master
- git push origin master
- conda install -c pytorch
- conda install -c pytorch torchvision