Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smit2k14/hyperquestda-frontend

Frontend part for the HyperQuest Repo
https://github.com/smit2k14/hyperquestda-frontend

hacktoberfest

Last synced: 2 months ago
JSON representation

Frontend part for the HyperQuest Repo

Awesome Lists containing this project

README

        

## HyperQuest Client

Contains the client 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 JS (Vanilla / React), Axios/Fetch, etc (maybe something like mobx for state management, mongodb).

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Getting Started

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

Run the development server for web:

```bash
yarn start
```

### Production

To make a production build for web:

```bash
yarn build
```