adsurkasur commited on
Commit
2e45a15
·
verified ·
1 Parent(s): 0c15ed5

Update AgriPredict Analysis Service

Browse files
README.md CHANGED
@@ -35,9 +35,14 @@ python run.py run
35
  ```
36
 
37
  The API will be available at:
38
- - **Service**: http://localhost:7860
39
- - **Documentation**: http://localhost:7860/docs
40
- - **Health Check**: http://localhost:7860/health
 
 
 
 
 
41
 
42
  ### 3. Test the Service
43
  ```bash
 
35
  ```
36
 
37
  The API will be available at:
38
+ - **Local Service**: http://localhost:7860
39
+ - **Local Documentation**: http://localhost:7860/docs
40
+ - **Local Health Check**: http://localhost:7860/health
41
+
42
+ ### Production (Hugging Face Spaces)
43
+ - **Live Service**: https://adsurkasur-agripredict-analysis.hf.space
44
+ - **Live Documentation**: https://adsurkasur-agripredict-analysis.hf.space/docs
45
+ - **Live Health Check**: https://adsurkasur-agripredict-analysis.hf.space/health
46
 
47
  ### 3. Test the Service
48
  ```bash
catboost_info/learn/events.out.tfevents CHANGED
Binary files a/catboost_info/learn/events.out.tfevents and b/catboost_info/learn/events.out.tfevents differ
 
catboost_info/test/events.out.tfevents CHANGED
Binary files a/catboost_info/test/events.out.tfevents and b/catboost_info/test/events.out.tfevents differ
 
requirements.txt CHANGED
@@ -10,7 +10,7 @@ numpy==1.26.2
10
  # Machine Learning & Statistics
11
  scikit-learn==1.3.2
12
  statsmodels==0.14.0
13
- catboost==1.2.2
14
  joblib==1.3.2
15
 
16
  # Utilities
 
10
  # Machine Learning & Statistics
11
  scikit-learn==1.3.2
12
  statsmodels==0.14.0
13
+ catboost==1.2.7
14
  joblib==1.3.2
15
 
16
  # Utilities