Menion93 / DataScientistBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Scientist Bot

This bot was built for my master thesis at the "UniversitĂ  degli Studi Roma 3". It implements an interactive chabot that helps you build a Data Science pipeline.

Installing

You need to install first Mongodb and Postrges servers. You also require at least 2GB of ram and 4GB of free space in your hard disk.

Steps

  • Download from this link AcsdbBackup.backup
  • Create a database named Acsdb on postgresql
  • Import the backup "AcsdbBackup.backup" into Acsdb database you have just created
  • Extend you heap memory at execution time adding the parameter "-Xmx2048m" to your vm parameters (in Run Configuration on Eclipse or IntelliJ)

Run the chatbot

After you have started the mongodb and the postgres services, just run the class "/src/main/java/core/DataScientistBot.java" and start using the bot

References

Author

  • Andrea Salvoni - Initial work - Menion93

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About


Languages

Language:Java 100.0%