diff --git a/public/data/projectsData.json b/public/data/projectsData.json index 8e62f64..593adf9 100644 --- a/public/data/projectsData.json +++ b/public/data/projectsData.json @@ -27,6 +27,7 @@ "images": ["/projects/carmodelclass0.png"], "description": "Developing a computer vision application to identify a vehicle model from a given image is an interesting and challenging problem to solve. Challenge of this problem is that different vehicle models can appear very similar and the same vehicle can look different and hard to identify depending on lighting conditions, angle and many other factors. In this project, I decided to train a Convolutional Neural Network(CNN) to generate a model that can identify a given vehicle model.", "technologies": ["Python", "Tensorflow", "CNN", "Deep learning", "ResNet", "EfficientNet", "Stanford Cars Dataset"], + "features": ["Buy shares", "Sell shares", "View stock information", "View personal portfolio", "View leaderboard"], "githubLink": "https://github.com/mnisyif/carClassificationModel" }, {