shashankkandimalla commited on
Commit
c6abd39
·
verified ·
1 Parent(s): 1739c89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -8,4 +8,33 @@ pinned: false
8
  license: mit
9
  ---
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  license: mit
9
  ---
10
 
11
+
12
+ # Sneaker Resell Analysis with CrewAI
13
+
14
+ ## Introduction
15
+ 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.
16
+
17
+ ## Getting Started
18
+ These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
19
+
20
+ ### Prerequisites
21
+ Ensure Git and Git LFS are installed on your machine as the project uses large datasets managed through Git LFS.
22
+
23
+ ```bash
24
+ # Install Git LFS
25
+ git lfs install
26
+
27
+ ### Installation
28
+ Clone the repository and install the necessary dependencies:
29
+ git clone https://huggingface.co/spaces/shashankkandimalla/sneaker-resell
30
+ cd sneaker-resell
31
+ pip install -r requirements.txt
32
+
33
+ ### Execute the application using:
34
+ python app.py
35
+
36
+ This command initializes the CrewAI agents to start collecting and processing sneaker resell data, followed by analysis using the tools developed
37
+
38
+
39
+
40
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference