File size: 1,534 Bytes
b9a2b1e
7248e81
 
 
 
b9a2b1e
38c2803
 
8dfe2b7
b9a2b1e
 
 
7248e81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: FipeFinder AI - Car Price Prediction
emoji: 🚗
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.35.0
python_version: '3.11'
app_file: app.py
pinned: false
---

# 🚗 FipeFinder AI: Used Car Price Predictor

This is a Machine Learning application that predicts the selling price of used cars in the Brazilian market. Fill in the vehicle's features to get a price estimate generated by a fine-tuned Transformer model.

---

## 🛠️ How It Works

This application is powered by a Deep Learning regression model. The main components are:

* **Model:** A `BERTimbau` (BERT for Portuguese) model was fine-tuned on a dataset of over 500,000 real car listings from Brazil.
* **Feature Engineering:** The model was trained not just on raw data, but on engineered features like vehicle age, usage rate (km/year), and brand/model popularity.
* **Training:** The model was trained using PyTorch with GPU acceleration (NVIDIA CUDA) to handle the large dataset efficiently.
* **Interface:** The user interface is built with **Gradio**, allowing for easy and interactive predictions.

The complete data analysis, feature engineering, and model training process is documented in the project's main notebook.

* **[View the full Training Notebook]([#](https://colab.research.google.com/drive/1ZyobI02zJu86NTjUZ043ACGBJn3S3Wuy?usp=sharing))** ---

## 🚀 Tech Stack

* **Machine Learning:** PyTorch, Hugging Face Transformers, Scikit-learn
* **Data Handling:** Pandas, NumPy
* **UI & Deployment:** Gradio, Hugging Face Spaces