25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# Tensorflow Documentation using Docstring
|
|
## Project Description
|
|
|
|
Under the supervision of Professor Maleknaz Nayebi and the Faculty of Lassonde School of Engineering in the Department of EECS, worked on a project titled "Customizing and Tailoring Machine Learning Documentation". Duties and Responsibilities consist of gathering data, pre-processing and mining the metadata, pre-processing and mining images, auto-captioning, and operating databases. The research project is presented at the Lassonde Undergraduate Research Conference.
|
|
|
|
|
|
## Usage
|
|
|
|
1. Clone this repo
|
|
2. Change project name in package.json
|
|
3. `yarn install`
|
|
4. `yarn serve`
|
|
|
|
## Info
|
|
|
|
Web Framework: `Vue 3 + Typescript + Vite + Vue Router + SASS + Element Plus + Class Components`
|
|
|
|
Useful Documentations:
|
|
|
|
* [Script Setup SFC](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup)
|
|
* [Vite Docs](https://vitejs.dev/guide/features.html)
|
|
* [Vue 3 Docs](https://v3.vuejs.org/)
|
|
* Recommended IDE: [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
|
|
* My IDE: IDEA + Vue Plugin
|