Welcome to the Red and Green Color Predictor project! This TensorFlow-based computer vision model is designed to predict whether an object contains red color. It utilizes computer vision techniques to preprocess the input frames and employs a TensorFlow Lite (TFLite) model for prediction. Additionally, the project features a user-friendly graphical user interface (GUI) developed using the Kivy framework.
- Utilizes TensorFlow for computer vision tasks.
- Predicts whether an image contains red colors or not.
- Simple and intuitive GUI powered by Kivy.
To get started with the Red and Green Color Predictor, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running:
pip install -r requirements.txt
-
Make sure the tflite model is inside the directory
-
Run the Kivy app:
python main.py
- Launch the application by running
main.py
. - connect a camera to the computer. You can use your
webcam
orIP cameras
using your phone. - Click the "Verify" button to verify only one Frame Photo.
- Click the "Verify in video" to verify in videos.
- Enjoy experimenting with different models and objects!
- If everything goes well, you will get a GUI that looks like
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request. If you want to edit the model use Google Notebook.
This project was created by Dawit Neri
If you encounter any issues or have any questions, feel free to reach out to dawitneri888@gmail.com or open an issue in the GitHub repository.