Skip to content

EMBEDDIA/author_profiling_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask REST API for English and Spanish author profiling

This repository contains a docker for English and Spanish author profiling app that can determine whether a tweet or comment was written by a bot, male or female: link to paper

Requirements

  • docker
  • docker-compose

Development

The following command

$ docker-compose up -d --build

will build the images and run the containers. If you go to http://localhost:5000 you will see a web interface where you can check and test your REST API.

Production

The following command

$ docker-compose -f docker-compose.prod.yml up -d --build

will build the images and run the containers. The web interface is now available through nginx server at http://localhost.

About

Flask REST API for English and Spanish author profiling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published