Skip to content

jigyasu10/hylas

 
 

Repository files navigation

hylas

Webapp for visualizing ML'd data

Requirements

Running

  1. Install required dependencies.
  2. From the project's root directory, run bower install.
  3. If you are running on a headless server, you will have to configure wkhtmltopdf to run without X
  4. Create a config.py file in the project's root directory. You may use the included config.py.sample as a template.
  5. Run python server.py to start the server
  6. Visit http://127.0.0.1:5000/ with a web browser. This creates the user database.
  7. Terminate the server.
  8. Run python add_user.py USERNAME PASSWORD to add a user to the database.
  9. Start the server again with python server.py.
  10. Visit http://127.0.0.1:5000/ and log in with the username and password you have just created.

About

Webapp for visualizing ML'd data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.8%
  • Python 31.0%
  • HTML 28.1%
  • CSS 2.1%