Skip to content

Commit

Permalink
update app images
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Feb 11, 2025
1 parent 88169aa commit 83c5ea0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This repository contains a collection of AI-powered applications that are built

More applications are coming soon! Stay tuned!

## Exploratory Data Analysis Copilot App


This application allows you to perform exploratory data analysis on a dataset. It uses tools to generate EDA reports, missing value analysis, correlation analysis, and more.

![Exploratory Copilot App](../img/apps/ai_exploratory_copilot.jpg)

## SQL Database App

This application allows you to connect to a SQL database and generate SQL queries from natural language. The application generates the SQL query. The application will display the results of the query in a table format.
Expand Down
16 changes: 16 additions & 0 deletions apps/exploratory-copilot-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Exploratory Data Analysis Copilot App

This application allows you to perform exploratory data analysis on a dataset. It uses tools to generate EDA reports, missing value analysis, correlation analysis, and more.

![Exploratory Copilot App](../../img/apps/ai_exploratory_copilot.jpg)

## To run the app

- Clone the repository
- Install the `requirements.txt` file
- Run the `app.py` file

```bash
streamlit run app.py
```
12 changes: 12 additions & 0 deletions apps/exploratory-copilot-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ai-data-science-team
streamlit
sqlalchemy
pandas
asyncio
langchain
langchain-openai
langgraph
openai
missingno
sweetviz
pytimetk

0 comments on commit 83c5ea0

Please sign in to comment.