Elegimos is a website with information about the candidates of the 2021 Peruvian elections.
In Elegimos webpage you can find a filter tool which you can apply as many filters as you want to the presidential and congressional candidates. There are two types of filters, the ones that limit your candidates, such as if they were born in a certain Peruvian city or not, if they had any police records, maybe if they are in a certain age range and more, and, there are filters that order your results, such as anual income, properties and so on.
You can check your candidates curriculum vitae too!.
There is another really important feature which is our statistics webpage view that includes many statistical graphics about all the Peruvian political parties.
The last but not least feature is our AI analysis applied to all the candidates to determine the proportion of emotions shown on the face.
Dependencias
pip3 install -r requirements
python3 manage.py makemigrations elecciones
python3 manage.py migrate
python3 manage.py runserver
-
Change the DEBUG line on settings.py to False.
-
Run this command
python3 manage.py collectstatic