π§π» 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 shellto start-up a virtual environment - β‘ Run
pipenv installto install required dependencies
- All data is stored inside
datasub-directory. data/imagesshould contain images with files1000.jpg,2000.jpgetc.data/images.csvis 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.csvto load seed data into the app DB.
- β‘ Run
./server.sh devto start a development server