Capstone Project for BLM 5121 Web Mining (WM)
Note 1:
Please cfg/.env.example
to .env
and modify the required values.
Note 2:
Please read ProjectProposal.md
Python 3.11.7+ (Conda or Pipenv/Venv for environment and dependency management)
- python -m venv
- conda create env --name "wb_env" python=3.12
- conda activate wb_env
- pip install -r requirements.txt
- streamlit run app.py
- docker build -t web_mining_project .
- Anıl Özcan & Metin Uslu