AV1DA commited on
Commit
844e269
·
verified ·
1 Parent(s): a349f54

Update FPS_Proj/readme.txt

Browse files
Files changed (1) hide show
  1. FPS_Proj/readme.txt +9 -7
FPS_Proj/readme.txt CHANGED
@@ -1,8 +1,10 @@
1
- Go to https://www.python.org/ and download python version: 3.11.5
2
- Open command prompt and get inside project directory
3
- USE: pip install -r requirements.txt(it installs all the required libraries)
4
- Python manage.py runserver (to run project)
5
- GO TO: http://127.0.0.1:8000/
6
- Enter Rainfall amount
7
- Enter Rever Level
 
 
8
  Click on Predict
 
1
+ Download this repository by cloning it
2
+ Resources folder contains Model, Test train split, Graphs, etc
3
+ Go to https://www.python.org/ and download python version: 3.11.5
4
+ Open command prompt or terminal and get inside project directory
5
+ USE: pip install -r requirements.txt(it installs all the required libraries)
6
+ Python manage.py runserver (to run project)
7
+ GO TO: http://127.0.0.1:8000/
8
+ Enter Rainfall amount
9
+ Enter Rever Level
10
  Click on Predict