-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme.txt
31 lines (26 loc) · 1.21 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
On the part of the webpage:
The following things are accomplished till now:
-A basic home-page
-A signup page to create the account of the user with different parameters that help to create a datasaet for us to analyze
-A SQL database to store the data from the signup page
-A result page which at the moment says nothing but is mae to display the result of destinations
Things yet to be done:
-A login page to actually login the singed up user
-Adding the login manager feature to have the data of current user from the data live on the webpage
-Converting the daaataset from the db to the format of training dataset (EASY PART)
-Adding the ML part (DEBUGGING HARD)
-BETTER FRONTEND UI
Expolanation of files:
run.py --> used to run the flask wepage
__init__.py --> main file after packaging
forms.py --> forms defined for input of the user for signup/signin
routes.py --> defined routes to different URLS
database.db --> SQL database
templates -->
_formhelpers.html --> valid/invaid helpers i created
home.html --> homepage
layout.html --> basic layout for all pages
result.html --> destination result page
signin.html and signup.html --> logina nd signup pages respectively
static -->
FRONTEND STUFF like css and images.