Sobro Inc commited on
Commit
fdeb5da
·
1 Parent(s): c914f37

Add deployment info

Browse files
Files changed (1) hide show
  1. DEPLOYMENT_INFO.md +38 -0
DEPLOYMENT_INFO.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SobroJuriBert Deployment Info
2
+
3
+ ## Status: Ready for deployment
4
+
5
+ ### Files created:
6
+ - ✅ main.py - FastAPI application with JuriBERT
7
+ - ✅ requirements.txt - All dependencies
8
+ - ✅ Dockerfile - Container configuration
9
+ - ✅ README.md - Space documentation
10
+ - ✅ app/ - Application modules
11
+
12
+ ### Features implemented:
13
+ 1. Mask filling with JuriBERT
14
+ 2. Legal text embeddings
15
+ 3. Named entity recognition
16
+ 4. Document classification
17
+ 5. Contract analysis
18
+
19
+ ### Deployment steps:
20
+ 1. Space is ready in: /mnt/c/sobro-mcp/sobrojuribert-space
21
+ 2. All files are committed to git
22
+ 3. Remote is set to: https://huggingface.co/spaces/Sobroinc/SobroJuriBert
23
+
24
+ ### To complete deployment:
25
+ 1. Create the Space on Hugging Face:
26
+ - Go to: https://huggingface.co/new-space
27
+ - Name: SobroJuriBert
28
+ - Organization: Sobroinc
29
+ - SDK: Docker
30
+
31
+ 2. Push the code:
32
+ ```bash
33
+ cd /mnt/c/sobro-mcp/sobrojuribert-space
34
+ git push -u origin main
35
+ ```
36
+
37
+ ### API will be available at:
38
+ https://sobroinc-sobrojuribert.hf.space