We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fe0f3 commit 6e45d15Copy full SHA for 6e45d15
FLASK PROJECTS/Career ready/README.md
@@ -8,3 +8,13 @@ Taking these inputs machine learning algorithms will be applied and suitable job
8
ML Algorithms will be using : K-nearest neighbors (KNN)
9
10
11
+For setting up the project
12
+1. cd Flask_Setup
13
+2. Initialize virtual environment
14
+py -3 -m venv .venv
15
+.venv\scripts\activate
16
+
17
+3. Install dependency
18
+ pip install flask
19
+4. Run the application
20
+ python -m flask run
0 commit comments