SwindleA / phishing_detection_extension

0 stars 0 forks source link

Figure out Server is needed #3

Closed SwindleA closed 11 months ago

SwindleA commented 11 months ago

Investigate to see if all operations will be ran in the extension or plug in. Briefly look at extensions and the plugins to see what operations they can handle. More likely than not, it will be all javascript. It will need to be discussed to see how much analysis will be done on the emails.

If a server is needed, a new issue will need to be made to set up the server. Use Flask to handle endpoints and host it on Google Cloud.

SwindleA commented 11 months ago

Will be setting up a flask server to deploy to a google cloud console. This will make sure that calls to the AI are consistent across platforms and analysis is consistent.

SwindleA commented 11 months ago

flask server created, next step is to set up google cloud console for the project.

SwindleA commented 11 months ago

NOTE: move extension out of folder with flask app so that extra code isnt being sent to the gcloud