Skip to content

Rajjada001/Automatic-Personality-Prediction-Part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automatic-Personality-Prediction-Part-2

Steps To Follow:

  1. Open Visual Studio Code and Press ctrl + ` . It will Open the terminal
  2. Delete the test folder.
  3. In the terminal Install Virutal Environment.
  4. So, run pip install virutalenv
  5. run virtualenv test
  6. run test/Scripts/activate
  7. It will put you in an virutal environment.
  8. run pip install django
  9. run python manage.py runserver

Navigate to the http://127.0.0.1:8000/


This is the Home page.

Screenshot (27)

After clicking that View Available Polls

Screenshot (28)

After Clicking Vote Now button

Screenshot (29)

Participate in the Quiz

Screenshot (30)

This is the Final Output.