Skip to content

Powering Academia with AI generating creative topic-related concepts

Notifications You must be signed in to change notification settings

R-Stefano/academAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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