Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 896 Bytes

AcademIA

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.

Contributing

The idea excites you and you are interested in Natural Language Processing?

Why not contributing?

Join us to Slack https://academai.slack.com

Installation

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 ;)