-
Notifications
You must be signed in to change notification settings - Fork 14
/
about.py
40 lines (28 loc) · 1.82 KB
/
about.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
import streamlit as st
def about_info():
st.title("About This App")
st.markdown("""
**Insightful Data Explorer aims to simplify the data analysis and machine learning process by providing a
user-friendly interface with various features**
### Key Features:
- **Data Handling**: Upload CSV or Excel files, edit data, and perform preprocessing tasks such as imputation
and outlier handling.
- **Chat with Data**: InsightBot allows you to chat with your data
- **Visualization**: Explore data visually using custom and automated visualization tools.
- **Feature Engineering**: Transform and create new features to enhance model performance.
- **AutoML**: Automatically build and compare machine learning models for regression, classification, clustering,
anomaly detection, and time series forecasting using PyCaret.
### Technologies:
- **[AutoViz](https://pypi.org/project/autoviz/0.0.6/)**: Provides automated chart selection for quick data
exploration.
- **[Google Gemini-1.5-Flash-Latest](https://deepmind.google/technologies/gemini/flash/)**: Generative artificial intelligence chatbot developed by Google.
- **[PyCaret](https://pycaret.org)**: Powers the AutoML capabilities for model building and optimization.
- **[pygwalker](https://kanaries.net/pygwalker)**: Enables customizable data visualizations to gain deeper insights
- **[Streamlit](https://streamlit.io)**: Used for creating interactive and responsive user interfaces.
### Created By:
##### **Archana**: [LinkedIn Profile](https://www.linkedin.com/in/archanags001)
### Contact:
For inquiries or feedback, please contact **[email protected]**
### Disclaimer:
This app is for demonstration and educational purposes only. Use the results and insights responsibly.
""")