Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```