Skip to content

FakeChecker is a part of my Engineering thesis project on Warsaw University of Technology. Its aim is to detect fake reviews on Google Maps.

Notifications You must be signed in to change notification settings

mksochota16/fakeChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

FakeChecker

FakeChecker is a part of my Engineering thesis project on Warsaw University of Technology. Its a self hosted tool (in a form of FastAPI service) for predicting wheteher reveiws on Google Maps can be trusted or are suspicous. Its pretrained models, that analyse text features, are tuned for Polish data, however one can train diffrent models for different languages and the tool will work with them. Pretrained models for English might come out soon.

Requirements

.env file template is presented below:

POSITIONSTACK_GEOCODE_API_KEY=""
GEOAPIFY_GEOCODE_API_KEY=""
GOOGLE_GEOCODE_API_KEY=""
# At least one API_key has to be provided

GENSIM_WORD2VEC_MODEL_PATH=""

ADMIN_API_KEY="<SECRET OF YOUR CHOICE>"

MONGODB_URI=""
MONGODB_PORT=""
MONGODB_NEW_DB_NAME=""

About

FakeChecker is a part of my Engineering thesis project on Warsaw University of Technology. Its aim is to detect fake reviews on Google Maps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages