Skip to content

Commit

Permalink
Update README - Remove Python, JS analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
lannguyen0910 committed May 1, 2024
1 parent 2bc9b90 commit c3f29ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
version = 1

[[analyzers]]
name = "shell"

[[analyzers]]
name = "javascript"

[[analyzers]]
name = "python"

[analyzers.meta]
runtime_version = "3.x.x"
name = "shell"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ food-detection-yolov5


<details open> <summary><strong>Dev logs</strong></summary>
<strong><i>[01/05/2024]</i></strong> Fix ngrok bug on Colab (migrate to pyngrok)<br>
<strong><i>[01/05/2024]</i></strong> Fix ngrok bug on Colab https://github.com/lannguyen0910/food-recognition/issues/32 (Migrate to pyngrok).<br>
<strong><i>[24/10/2023]</i></strong> Clean and refactor repo. Integrate YOLOv8 to food detection.<br>
<strong><i>[07/03/2022]</i></strong> Big refactor. Integrate object detection, image classification, semantic segmentation into one <b><i>Ship of Theseus</i></b>.<br>
<strong><i>[31/01/2022]</i></strong> Update to new YOLOv5 latest versions P5-P6. Can load checkpoints from original repo.<br>
Expand Down

0 comments on commit c3f29ff

Please sign in to comment.