Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smit2k14/hyperquestda-frontend
- Owner: smit2k14
- Created: 2020-05-27T10:21:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:05:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:04:29.722Z (almost 2 years ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```