Skip to content

deedima3/honkai-star-rail-obj-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

How to install

In this project we use poetry as a package manager, to install this project you should

  • Install Poetry
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

Or Using Scoop

scoop install poetry
  • Install all dependencies
poetry install
  • Run Jupyter Notebook
poetry run jupyter notebook

Frontend

How to install

In this project we use svelte and tfjs, to install this project you should

  • Install Node JS
windget install nodejs

Or using scoop

scoop install nodejs
  • Install PNPM
npm install -g pnpm
  • Install all dependencies
pnpm install
  • Run svelte server
pnpm dev