SicarioOtsutsuki commited on
Commit
d9ad0e6
1 Parent(s): 47bdda8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -97
README.md CHANGED
@@ -1,97 +1,9 @@
1
- # Dynamic AutoML: Comprehensive Solution for Diverse Data Tasks
2
-
3
- Dynamic AutoML is a versatile platform designed to streamline various data tasks, including CSV analysis, LSTM modeling, and image classification and detection. Our platform offers advanced features and capabilities to empower developers in handling diverse datasets efficiently.
4
-
5
-
6
- ## Dynamic AutoML: A Closer Look
7
-
8
- #### CSV Dataset Analysis and LazyPredict Model
9
-
10
- **Dynamic Dataset Architecture**
11
- - The architecture of CSV datasets is dynamically determined by analyzing their structure, including the number of records, columns, and their types (textual, numeric, date). This dynamic approach ensures that our platform can handle a wide range of dataset formats without requiring manual configuration.
12
-
13
- **LazyPredict Model Implementation**
14
- - Our LazyPredict model is implemented from scratch to provide developers with a comprehensive tool for model selection and comparison. By automating the process of evaluating multiple models with various configurations, developers can quickly identify the most suitable model for their specific task, saving time and effort.
15
-
16
- #### Image Classification and Detection
17
-
18
- **Automatic Model Training**
19
- - Our platform simplifies the process of image classification by automating model training. Developers can upload a zip folder containing images organized into folders as classes. The platform then trains models using this data, enabling accurate classification of new images based on their content.
20
-
21
- **Dynamic Image Segmentation**
22
- - Using techniques like YOLO, our platform dynamically determines classes from datasets such as COCO128, enabling precise image segmentation. This capability allows developers to identify and isolate specific objects within images, opening up possibilities for applications such as medical image analysis, autonomous vehicles, and more.
23
-
24
- #### LSTM Model Training
25
-
26
- **Dynamic Architecture Determination**
27
- - Similar to CSV datasets, the architecture of LSTM models is dynamically determined based on the dataset's characteristics. This approach ensures that the model architecture is optimized for the specific task and dataset, leading to improved performance and adaptability.
28
-
29
- **Streamlined Model Training**
30
- - Our platform streamlines the process of LSTM model training by automatically tuning hyperparameters based on dataset properties. This automation reduces the manual effort required for hyperparameter optimization, allowing developers to focus on model experimentation and refinement.
31
-
32
- ## Usage
33
-
34
- 1. **Upload Data:** Upload CSV files or image datasets to start your analysis and model training.
35
- 2. **Dataset Exploration:** Explore dataset properties, perform preprocessing tasks, and visualize data distributions.
36
- 3. **Model Training:** Choose appropriate models (LSTM, image classifiers, etc.) and train them using automated processes.
37
- 4. **Model Evaluation:** Evaluate model performance using metrics and visualizations provided by the platform.
38
- 5. **Deployment:** Download trained models for deployment or integrate them directly into your applications.
39
-
40
- **Access:** Access the platform directly [here](https://automl-data-pipeline.streamlit.app/).
41
-
42
-
43
- ## How It Helps Developers
44
-
45
- Dynamic AutoML offers a range of features designed to streamline the development process and empower developers in handling diverse data tasks efficiently:
46
-
47
- - **Automated Data Analysis:** Quickly analyze time series datasets without the need for manual coding.
48
- - **Efficient Data Preprocessing:** Built-in functionality for handling missing values and dropping columns.
49
- - **Hyperparameter Tuning Automation:** Dynamically determines hyperparameters for LSTM regression models.
50
- - **Visual Model Training Monitoring:** Visualize the training and validation loss versus epoch graph.
51
- - **Easy Model Deployment:** Download trained LSTM regression models for deployment.
52
- - **Streamlined Development Workflow:** User-friendly interface for seamless development experience.
53
- - **Automated Image Analysis and Segmentation:** Simplifies image analysis and segmentation.
54
- - **Efficient Image Classification:** Train image classification models effortlessly.
55
-
56
- ## Run the application
57
- Execute these two lines of code,and you`re all set!
58
- ```python
59
- pip install -r requirements.txt
60
- streamlit run app.py
61
- ```
62
-
63
- ## The Team
64
-
65
- Meet the passionate individuals behind Dynamic AutoML:
66
-
67
- ### Siddhanth Sridhar
68
-
69
- <img src="Sid_profile.jpeg" width="150">
70
-
71
- Siddhanth Sridhar is a fervent Computer Science Engineering (CSE) undergraduate at PES University, deeply immersed in the realm of Machine Learning. Fueled by curiosity and boundless enthusiasm, he continuously delves into the intricacies of artificial intelligence. He staunchly believes in technology's potential to reshape industries and enhance livelihoods, propelling him to the forefront of this exhilarating revolution.
72
-
73
- - LinkedIn: [Siddhanth Sridhar's LinkedIn Profile](https://www.linkedin.com/in/siddhanth-sridhar/)
74
- - GitHub: [Siddhanth Sridhar's GitHub Profile](https://github.com/sidd2305)
75
-
76
- ### Swaraj Khan
77
-
78
- <img src="Swaraj_profile.jpeg" width="150">
79
-
80
- Swaraj Khan is a driven B.Tech student at Dayananda Sagar University, immersing himself in the realm of Computer Science with a special focus on machine learning. With an unwavering commitment to tackling real-world challenges, Swaraj harnesses the power of technology to unravel complexities and pave the way for innovative solutions.
81
-
82
- - LinkedIn: [Swaraj Khan's LinkedIn Profile](https://www.linkedin.com/in/swaraj-khan/)
83
- - GitHub: [Swaraj Khan's GitHub Profile](https://github.com/swaraj-khan)
84
-
85
- ### Shreya Chaurasia
86
-
87
- <img src="Shreya_profile.jpeg" width="150">
88
-
89
-
90
- Shreya Chaurasia is a B.Tech Computer Science scholar driven by an insatiable curiosity for Machine Learning. Ambitious, passionate, and self-motivated, she finds the potential of ML to revolutionize industries utterly captivating. Delving into data to reveal patterns and derive insights, she thrives on crafting innovative solutions. Challenges are her stepping stones to growth, and she relentlessly pursues excellence in all her pursuits.
91
-
92
- - LinkedIn: [Shreya Chaurasia's LinkedIn Profile](https://www.linkedin.com/in/shreya-chaurasia/)
93
- - GitHub: [Shreya Chaurasia's GitHub Profile](https://github.com/shreya-chaurasia)
94
-
95
- ## Contributions
96
-
97
- Contributions are welcome! Please feel free to open issues or pull requests for any enhancements or bug fixes. Together, we can continue to improve and expand the capabilities of Dynamic AutoML to better serve the needs of developers.
 
1
+ title: Automlll
2
+ emoji: ⚡
3
+ colorFrom: purple
4
+ colorTo: blue
5
+ sdk: streamlit
6
+ sdk_version: 1.36.0
7
+ app_file: app.py
8
+ pinned: false
9
+ license: mit