/Camera_application_kivy

Use machine Learning for make a mobile application for create a analyze filters in a photo from a person.

Primary LanguagePython

This is a Camera Application created with kivy-python.

For running this project you have to download python >= 3.8

objectives

  1. Create a mobile application for make filtres with photos.
    • Local files.
    • Live Camera.
  2. Application of machine learning in real uses cases.

Steps

  1. Create virtual enviaroments:

    Win

python -m venv .venv

linux/MacOs

python3 -m virtualenv .venv

Or using anaconda

conda create --name .venv python=3.8
  1. Activate the virtual environment

    Win

.venv/Scripts/activate

linux/MacOs

source .venv/bin/activate

Or using anaconda

conda ativate .venv
  1. Download the requirements from requirements.txt if you are in windows or Linux and

    Win/Conda/Linux

python -m pip install -r requirements.txt

MacOs

python3 -m pip install -r requirements_macos.txt
  1. Run the Mobile Application

    Win/Conda

python main.py

linux/MacOs

python3 main.py

Project adavance: 1.

Las imagenes esn libre de derechos de autor segun pexels.com

Foto de SHVETS production de Pexels: Foto de SHVETS production de Pexels: https://www.pexels.com/es-es/foto/fila-juguete-juguetes-plastico-9743228/

Foto de live camera https://www.pexels.com/es-es/foto/camara-fotografia-tecnologia-lente-9966438/

Credits:

  1. CoOoDe.