Top AI Repos β open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
πππ Food analysis baseline with Theseus. Integrate object detection, image classification and multi-class semantic segmentation πππ
| Date | Stars |
|---|---|
| 2026-07-24 | 374 |
| 2026-07-25 | 374 |
| 2026-07-28 | 374 |
| 2026-07-30 | 374 |
| 2026-08-06 | 374 |
Today
β stars today
This week
β stars this week
This month
β stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center">πππ Meal analysis with Theseus πππ</h1>
<p align="center">
<!-- <img src="https://visitor-badge.laobi.icu/badge?page_id=lannguyen0910.food-detection-yolov5" alt="visitors" />
-->
<a><img src="./static/assets/demo/pipeline.png"></a>
<br>
</p>
<p align="center">
<a href="./LICENSE"><img src="https://img.shields.io/github/license/Naereen/StrapDown.js.svg" alt="MIT" /></a>
<a href="https://www.codefactor.io/repository/github/lannguyen0910/food-recognition/overview/master"><img src="https://www.codefactor.io/repository/github/lannguyen0910/food-recognition/badge/master?s=9716a4eb0076053fa36e0d967bba5161b85b8fb5" alt="CodeFactor" /></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg" alt="Python" /></a>
<!-- <a href="https://github.com/lannguyen0910/food-detection-yolov5/stargazers">
<img src="https://img.shields.io/github/stars/lannguyen0910/food-detection-yolov5?style=flat-square" alt="Stars"/>
</a>
<a href="https://github.com/lannguyen0910/food-detection-yolov5/fork">
<img src="https://img.shields.io/github/forks/lannguyen0910/food-detection-yolov5.svg?style=flat-square" alt="Forks"/>
</a>
<a href="https://github.com/lannguyen0910/food-detection-yolov5/issues">
<img src="https://img.shields.io/github/issues/lannguyen0910/food-detection-yolov5?style=flat-square" alt="Issues"/>
</a>
<a href="https://github.com/lannguyen0910/food-detection-yolov5/pulls">
<img src="https://img.shields.io/github/issues-pr/lannguyen0910/food-detection-yolov5?style=flat-square" alt="Pull Requests"/>
</a> -->
</p>
<!--
## π³ **Folder Structure**
<details>
<summary><strong>Details</strong></summary>
```
food-detection-yolov5
|
β app.py # Flask server
| modules.py # inference stage, export result files, csv,...
|
ββββapi
β ββββ ...
β ββββ api.py # make request, update db
β ββββ secret.py # get reponse
|
ββββmodel
β ββββ ...
β ββββ detect.py # image detection
β ββββ video_detect.py # video detection
|
ββββstatic
β ββββ ...
β ββββ assets # contain upload files, detection files
β ββββ css # custom css files, bootstrap
β ββββ js
| ββββ ...
β ββββ client.js # custom js for templates
β ββββ chart.js # nutrients analysys with charts
|
ββββtemplates
β ββββ ...
β ββββ index.html # upload files' page
β ββββ url.html # input URLs' page
```
</details> -->
<details open> <summary><strong>Dev logs</strong></summary>
<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>
<strong><i>[26/12/2021]</i></strong> Update app on Android. <br>
<strong><i>[12/09/2021]</i></strong> Update all features to the web app. <br>
<strong><i>[16/07/2021]</i></strong> All trained checkpoints on custom data have been lost. Now use pretrained models on COCO for inference.
</details>
## π **Notebook**
- For inference, use this notebook to run the web app [](https://colab.research.google.com/drive/1X06Y-HSPeHbEWtsXpyal8R1PliiVvpJq?usp=sharing)
- For training, refer to these notebooks for your own training:
- Detection: [](https://drive.google.com/file/d/1SywGfyfj3SVrE7VAAl3CshB9s3o8WRXL/view?usp=sharing)
- Classification: [![NoteExcerpt of 15,707 characters
Read on GitHubWould you bet a product on this? Bounded 0β100 and slow moving.
matched fp:115844230ef85e3b, topic:computer-vision, topic:object-detection, topic:image-classification
matched fp:115844230ef85e3b, topic:deep-learning, topic:pytorch