The project borns with the idea of developing an Intelligent Scientific creative engine able to providing insights about a scientific area of interest scanning and learning the related literature.
The idea excites you and you are interested in Natural Language Processing?
Why not contributing?
Join us to Slack https://academai.slack.com
First of all, install python 3.6 to avoid problems. Then, you have to create a virtualenv and activate it.
Git clone this repository, and cd
into the directory
git clone https://github.com/R-Stefano/academAI.git
cd academia
Install the required packages
pip install -r requirements.txt
Now you are ready to help us ;)