Source code of this web-site: https://cromtus.ru/memesearch/#/search
Repo for DevOps practice
- Packages
- python 3.5+
- node.js
- tesseract-ocr 3.04+
- pip3
- venv
- Python packages can be found in requirements.txt
- Hardware & OS:
- Unix system
- At least 1 GB RAM
- At least 1 CPU
- Clone repo
python -m venv venv
pip3 install -r requirements.txt
python manage-memesearch.py runserver
- In other terminal
cd frontend
thennpm run build