Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
/ DASI-SPADE Public archive

Multi-agent system for DASI subject (UCM, course 2019-2020)

License

Notifications You must be signed in to change notification settings

RaulMurillo/DASI-SPADE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DASI-Cheff Bot

Project for DASI subject (UCM, course 2019-2020) consisting on a multi-agent system.

The system is developed with SPADE platform, and makes use of a XMPP server.

The main purpose is to develop a multi-agent system able to recognize food and ingredients from pictures and sugguest receipes that could be cooked with such ingredients.

Instalation and dependencies

This software uses Python >= 3.6. You can install packages dependencies with pip as following:

pip install -r requirements.txt

Other considerations:

App execution

  1. Add your config.py file with the corresponding credentials to src folder.
  2. Execute the script src/main.py.

User's guide

Connect with Telegram Bot

Once the application is running, the user can interact with it via Telegram. There are 2 available options:

  1. Accessing link https://t.me/DASIChef_bot
  2. Search in the Telegram app for DASIChef_bot.

Bot interaction

Type /start for starting a conversation with the bot.:raw-html-m2r:<br> To finish the conversation, type /exit on the main menu.

Authors and credits

This project is managed by Raul Murillo (ramuri01@ucm.es) and Ignacio Regueiro (iregueir@ucm.es).

Source: https://github.com/RaulMurillo/DASI-SPADE.