This is the prototype of the solution proposed for the hacker Ramp "we for she " hackathon on the theme collaborative shopping.
Technologies used: 1)Django Framework 2)External Jitsi API 3) OpenCV 4) Flask
To run this code in your local machine : First of all you need to have Python installed in your system https://www.python.org/downloads/
After installing python download and install django https://www.djangoproject.com/download/
Create an empty folder in your system then open Gitbash in that folder. i)Paste the command "git clone https://github.com/Priyanka7011/HackerRamp.git" using shift+insert on gitbash
ii) Now open your command prompt and navigate to the folder where you've cloned the repository.
iii) After reaching to the folder . Change directory to HackerRamp (cd HackerRamp)
iv) run the command "python manage.py runserver " . Open "https://127.0.0.1/8000" in your browswer. You can see the prototype running.
v) To test Trial Room .Open another command prompt window and Install Flask and OpenCV by running the command "pip install openCV-python" and "pip install Flask"
vi)Again navigate to the directory in new cmd window where you cloned the project. After that run commands "cd HackerRamp" and then "cd trialRoom"
vii)Then run the command "python flasktry.py" **If after running this command there's some error like ModuleNotFoundError then you need to install that module by typing another command "pip install --user packageName"
Go to your browser to "https://127.0.0.1/8000" and enjoy collaborative shopping ! ThanYou !!