Skip to content

rladomingo/Appalette

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appalette (CMSC 165 Lecture Project)

An application that counts the number of green and red apples in a video.

Contributors

  1. Domingo, Reamonn Lois A.
  2. Duño, Zyra Jelic B.
  3. Paelden, Joan Rose C.

Installation

Follow these steps to install and run Appalette:

  1. 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.
  2. Download the pre-trained Yolov3 model.
  3. 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
  4. Install dependencies.
    pip install -r requirements.txt
  5. 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.
  6. Run Appalette.
    python gui.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%