π§π» SHEHACK-2019 Hackathon Project π οΈ
Frontend : https://github.com/Nancy-Chauhan/smart-searcher-frontend
Presentation : https://docs.google.com/presentation/d/1bVIlv-9ic-HWjtiqAQ-IBYZ3UtWyLCeE0A58OAnCfqo/edit#slide=id.p1
- Python 3.7 π
- Pipenv
- π₯οΈ Launch
pipenv shell
to start-up a virtual environment - β‘ Run
pipenv install
to install required dependencies
- All data is stored inside
data
sub-directory. data/images
should contain images with files1000.jpg
,2000.jpg
etc.data/images.csv
is supposed to be a listing of all images
- Run
python -m smartsearcher.generate_embeddings data/images
- Run
./sanitize.sh data/images.csv
- Run
python -m smartsearcher.generate_embeddings data/images.csv
to load seed data into the app DB.
- β‘ Run
./server.sh dev
to start a development server