= commited on
Commit
54b67d2
1 Parent(s): 1e9917c

added description

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -38,8 +38,14 @@ def predict(image):
38
 
39
  # Create title, description and article strings
40
  title = "CarVision 🚗🚘🚙🏎️"
41
- description = "An EfficientNetv2 model to classify cars as Honda, Hyundai or Toyota"
42
- article = "Created by Akshay Ballal"
 
 
 
 
 
 
43
 
44
  # Create examples list from "examples/" directory
45
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
38
 
39
  # Create title, description and article strings
40
  title = "CarVision 🚗🚘🚙🏎️"
41
+ description = """
42
+ An EfficientNet V2 model to classify cars as **Honda, Hyundai or Toyota**
43
+
44
+ [Dataset Used](https://github.com/nicolas-gervais/predicting-car-price-from-scraped-data/tree/master/picture-scraper)
45
+
46
+ Currently running at **85% Accuracy**
47
+ """
48
+ article = "Created by [Akshay Ballal](www.akshaymakes.com)"
49
 
50
  # Create examples list from "examples/" directory
51
  example_list = [["examples/" + example] for example in os.listdir("examples")]