Journey Lee is a collaborative effort for the 2022 KUIAI Hackathon for Korea University. It was made from scratch by Thomas and John Lee between the course of 72 Hours. Enjoy!🐯
data_upload/ is the collection of preprocessed .pkl files for the web app to function.
data_upload_buzz/ is the collection of preprocessed .pkl files for the web app to function.
JL_files.py are the pure python web app streamlit files.
main_engine.py is the core PyTorch based engine that predicts the expected sales given a coordinate.
PriceWeights.pt, SalesPrice.pt are the trained weights for the main_engine.py to function.
requirements.txt is the req. file for the web app to function!
Disclaimer:
Journey Lee will only function through the link and not function locally,
since it has been configured with personal API TOKENS
of the developers. If the user wishes to run the app locally, we advise
the user to issue Naver APIs, Mapbox APIs, and a Kakao API and add it to .streamlit/secrets.toml.