Pulastya B commited on
Commit
a8b0cca
·
1 Parent(s): 08646ab

Fixed Scalability issues and config issues

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Data Science Agent 🤖
2
 
3
  An intelligent **multi-agent AI system** for automated end-to-end data science workflows. Upload any dataset and watch the agent autonomously profile, clean, engineer features, train models, and generate insights—all through natural language.
 
1
+ ---
2
+ title: Data Science Agent
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ python_version: "3.12"
8
+ app_file: src/api/app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
  # Data Science Agent 🤖
14
 
15
  An intelligent **multi-agent AI system** for automated end-to-end data science workflows. Upload any dataset and watch the agent autonomously profile, clean, engineer features, train models, and generate insights—all through natural language.