Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smit2k14/hyperquestda-server
Server component of HyperQuest for DA
https://github.com/smit2k14/hyperquestda-server
Last synced: 2 months ago
JSON representation
Server component of HyperQuest for DA
- Host: GitHub
- URL: https://github.com/smit2k14/hyperquestda-server
- Owner: smit2k14
- Created: 2020-05-27T10:19:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T16:52:49.000Z (about 2 years ago)
- Last Synced: 2023-10-20T11:12:18.385Z (about 1 year ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HyperQuest Server
Contains the server side code for HyperQuest.
HyperQuest is a web-app used by beginners in ML to easily get a proper intuition for choosing the right hyperparameters. This is initally an extremely daunting task because not having proper hyperparameters lead to the models breaking down.Started as a project for DSC DAIICT's SLoP. Interested student contributors will get some knowledge of Node.js, a little bit of ML using Pytorch, and how to use mongo.
### Requirements
Please have these installed on your machine:
- [Node.js 12+](https://nodejs.org/)
- [Yarn v1](https://classic.yarnpkg.com/lang/)### Development
> All scripts are meant to be run in the directory of the repository.
First, install dependencies:
```bash
npm install
```Run the development server:
```bash
npm run dev
```