An application that counts the number of green and red apples in a video.
- Domingo, Reamonn Lois A.
- Duño, Zyra Jelic B.
- Paelden, Joan Rose C.
Follow these steps to install and run Appalette:
- Download and install Python 3.7, Python 3.8, Python 3.9 or Python 3.10. As of January 2024, ImageAI is compatible with these Python versions only.
- Download the pre-trained Yolov3 model.
- Create and activate your virtual environment.
- On Windows:
bash python -m venv venv venv\Scripts\activate
- On macOS and Linux:
python -m venv venv source venv/bin/activate
- On Windows:
- Install dependencies.
pip install -r requirements.txt
- Make sure you have tkinter installed. It is not distributed through pip, so you have to get it elsewhere. However, it comes pre-packaged with Python for Windows and macOS.
- Run Appalette.
python gui.py