--- title: Sneaker Resell emoji: 🏢 colorFrom: yellow colorTo: purple sdk: docker pinned: false license: mit --- # Sneaker Resell Analysis with CrewAI ## Introduction This project leverages advanced data-driven techniques to analyze and predict sneaker resell prices. By integrating the CrewAI platform for automating agents' tasks and custom-built Python tools, we aim to offer deeper insights and forecasts in the dynamic sneaker resell market. ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ### Prerequisites Ensure Git and Git LFS are installed on your machine as the project uses large datasets managed through Git LFS. ```bash # Install Git LFS git lfs install ### Installation Clone the repository and install the necessary dependencies: git clone https://huggingface.co/spaces/shashankkandimalla/sneaker-resell cd sneaker-resell pip install -r requirements.txt ### Execute the application using: python app.py This command initializes the CrewAI agents to start collecting and processing sneaker resell data, followed by analysis using the tools developed Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference