422cb49b31
- Create Dockerfile and entrypoint script for application setup - Implement pattern loading from Excel and weight caching - Develop core functions for Hopfield and Hamming networks - Add Sinatra web server for user interaction - Create HTML interface for displaying patterns and results - Include necessary gems in Gemfile and lockfile - Add .dockerignore and .gitignore files
9 lines
117 B
Ruby
9 lines
117 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'roo'
|
|
gem 'rubyXL'
|
|
gem 'sinatra'
|
|
gem 'sinatra-contrib'
|
|
gem 'rackup'
|
|
gem 'webrick'
|