simple library application with machine learning feature to predict popularity of chosen books
Five steps to run application:
- download and install xampp
- Create a database named "library".
- into this database you need to import the library.sql file, which is located in the current directory
- in eclipse, add the necessary .jar files to the classpath, which are located in the current directory
- add the absolute path to the directory where the csv files are located (there is a comment in line 205 in src/libraryProject/jpoProject.java)