Magento:
- Copy Magento2 folder contents into your magento base folder
- Enable theme and module
Django:
- To run the server, enter the command "python manage.py runserver" in the 'Django/mysite' folder
- In the folder 'Django/mysite/search/files' I added some training data (since I removed the Products service)
- All the Machine learning logic is in the folder 'Django/mysite/search/logic'... logically right ?
Have fun !