Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.6 KB

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=""