Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drdub/yvytu

Identification of weather events with agricultural impact in Spanish news.
https://github.com/drdub/yvytu

Last synced: 27 days ago
JSON representation

Identification of weather events with agricultural impact in Spanish news.

Awesome Lists containing this project

README

        

yvytu
=====

Identification of weather events with agricultural impact in Spanish
news.

Models trained with dbacl, currently only running on titles.

Events:

* hail
* frost (planned)
* flood (planned)

API access
----------

Drop the api/ folder in a web server with PHP. Set the path to the
models and dbacl.

Set the title as the GET variable 'q'

For example:


$ curl http://localhost/yvytu/api/?q=fuertes+lluvias+crean+grandes+problemas+con+el+granizo
granizo
$ curl http://localhost/yvytu/api/?q=ola+ke+ase
$

About the name
--------------

The word yvytu is Guarani for "wind".

Authors
-------

* Yanina Bellini ([email protected])
* Pablo Duboue ([email protected])

License
-------

All files available under MIT license.