Home
Projects
About
Contact
Recommend Laptop
My Profile
New Prediction
RAM (GB)
{% for value in ram_values %}
{{ value }} GB
{% endfor %}
Storage (GB)
{% for value in memory_values %}
{{ value }} GB
{% endfor %}
Screen Size (inches)
{% for value in size_values %}
{{ value }}"
{% endfor %}
GPU Type
{% for value in gpu_values %}
{{ value }}
{% endfor %}
CPU Type
{% for value in cpu_values %}
{{ value }}
{% endfor %}
Predict Price
RAM
{{ ram }} GB
Storage
{{ memory }} GB
Screen Size
{{ size }}"
GPU Type
{{ gpu_type }}
CPU Type
{{ cpu_type }}
Predicted Price
{{ output }} VND
Model Name
Actual Price (VND)
Details
{% for laptop in similar_laptops %}
{{ laptop.Name }}
{{ "{:,.0f}".format(laptop.Price) }}
{% if laptop.Link %}
View Details
{% else %} N/A {% endif %}
{% endfor %}
New Prediction
Home