Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
22_23-J 52
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23-J 52
22_23-J 52
Commits
fe42e594
Commit
fe42e594
authored
May 11, 2023
by
Chamodi Mandakini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skin tumor
parent
585ba6bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
skinTumor.html
skinTumor.html
+56
-0
No files found.
skinTumor.html
0 → 100644
View file @
fe42e594
{% extends 'base.html' %}
{% block main %}
<div
style=
"margin-left: 5%;margin-top: 2%;margin-right: 5%;"
>
<h2>
Melanoma Tumor Size Prediction
</h2>
<div
class=
"alert alert-primary"
role=
"alert"
>
Please enter tumor shape
</div>
</div>
<form
method=
"post"
action=
"{{ url_for('tumor') }}"
style=
"margin-left: 5%;margin-right: 5%;margin-bottom: 5%;"
>
<div
class=
"form-group"
>
<label>
The mass of the area understudy for melanoma tumor
</label>
<input
type=
"text"
name=
"mass_npea"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
The size of the area understudy for melanoma tumor
</label>
<input
type=
"text"
name=
"size_npear"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Ration of normal to malign surface understudy
</label>
<input
type=
"text"
name=
"malign_ratio"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Unrecoverable area of skin damaged by the tumor
</label>
<input
type=
"text"
name=
"damage_size"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Total area exposed to the tumor
</label>
<input
type=
"text"
name=
"exposed_area"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Sandard deviation of malign skin measurements
</label>
<input
type=
"text"
name=
"std_dev_malign"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Error in malign skin measurements
</label>
<input
type=
"text"
name=
"err_malign"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Penalty applied due to measurement error in the lab
</label>
<input
type=
"text"
name=
"malign_penalty"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
The ratio of damage to total spread on the skin
</label>
<input
type=
"text"
name=
"damage_ratio"
class=
"form-control"
/>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
>
Submit
</button>
</form>
{% endblock %}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment