Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roll-w/ml-model-platform
Software Engineering Course Final Project: A platform for training machine learning models based on SpringBoot.
https://github.com/roll-w/ml-model-platform
bootstrap java java-17 machine-learning spring-boot sqlite vue
Last synced: about 1 month ago
JSON representation
Software Engineering Course Final Project: A platform for training machine learning models based on SpringBoot.
- Host: GitHub
- URL: https://github.com/roll-w/ml-model-platform
- Owner: Roll-W
- License: apache-2.0
- Created: 2023-05-30T08:58:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-07T10:14:39.000Z (over 1 year ago)
- Last Synced: 2024-04-23T02:26:16.170Z (7 months ago)
- Topics: bootstrap, java, java-17, machine-learning, spring-boot, sqlite, vue
- Language: Java
- Homepage:
- Size: 470 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Models Platform
2022 Software Engineering Course Final Project.
This project provides a platform framework for machine learning models.
## Introduction
It is based on the [Spring Boot](https://projects.spring.io/spring-boot/) framework.
For frontend, it is based on the [Vue.js](https://vuejs.org/) and [Bootstrap](http://getbootstrap.com/) framework.> Notice:
> - User service was not implemented.
> - And this project only contains two model examples for demonstration.
> - There are still some unimplemented features or simplified implementations.
> - I18n is not supported. It is only available in Chinese for now.## Requirements
- Java 17
## Screenshots
| **Screenshot 1** | **Screenshot 2** |
|:---------------------------:|:---------------------------:|
| ![shot1](screenshots/1.png) | ![shot2](screenshots/2.png) |
| **Screenshots 3** | **Screenshots 4** |
| ![shot3](screenshots/3.png) | ![shot4](screenshots/4.png) |## License
```text
Copyright (C) 2022 RollWLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```