├── Attribute_detection.ipynb ├── Generate_db.py ├── MANIFEST.in ├── Myntra PPT.pdf ├── README.md ├── Semantic_segmentation.ipynb ├── app.py ├── datetime.csv ├── instagram_scraper1.py ├── myntra.db ├── profile.txt ├── proflies.csv ├── saveimages.py ├── setup.cfg ├── setup.py ├── syntax.txt └── time.txt /Attribute_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/Attribute_detection.ipynb -------------------------------------------------------------------------------- /Generate_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/Generate_db.py -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /Myntra PPT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/Myntra PPT.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/README.md -------------------------------------------------------------------------------- /Semantic_segmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/Semantic_segmentation.ipynb -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/app.py -------------------------------------------------------------------------------- /datetime.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/datetime.csv -------------------------------------------------------------------------------- /instagram_scraper1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/instagram_scraper1.py -------------------------------------------------------------------------------- /myntra.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/myntra.db -------------------------------------------------------------------------------- /profile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/profile.txt -------------------------------------------------------------------------------- /proflies.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/proflies.csv -------------------------------------------------------------------------------- /saveimages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/saveimages.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- 1 | [metadata] 2 | description-file = README.md -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/setup.py -------------------------------------------------------------------------------- /syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/syntax.txt -------------------------------------------------------------------------------- /time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SanyaCodes/Fashion-Trend-Analysis-and-Prediction-Model/HEAD/time.txt --------------------------------------------------------------------------------