Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinjenson committed Dec 16, 2023
1 parent 53ffdcf commit edd7feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 2 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Smart QA

Smart QA is a versatile Streamlit-based web application designed for efficient data analysis and visualization. With support for various data formats such as CSV, Excel, and JSON, this tool empowers users to extract valuable insights seamlessly.
Streamlit-based web application designed for efficient data analysis and visualization. With support for various data formats such as CSV, Excel, and JSON, this tool empowers users to extract valuable insights seamlessly.

## Features

Expand All @@ -11,23 +11,18 @@ Smart QA is a versatile Streamlit-based web application designed for efficient d

## Demo




https://github.com/aldrinjenson/smart-qa/assets/53407417/12142e98-76c6-4ca5-ba70-59db5dd57e5f


https://github.com/aldrinjenson/smart-qa/assets/53407417/f74ffdaa-2c2b-4554-9c4f-88a89c7dd400


## Installation

To install Smart QA, follow these steps:

1. Clone the repository: `git clone https://github.com/yourusername/smart-qa.git`
2. Navigate to the project folder: `cd smart-qa`
3. Install dependencies: `pip install -r requirements.txt`
4. Create a .env file similar to .env.example
4. Create a `.env` file similar to `.env.example`

## Usage

Expand All @@ -48,7 +43,3 @@ Smart QA is built using [Streamlit](https://streamlit.io/) and integrates with [
## Contributions

Contributions welcome : )

## License

Smart QA is licensed under the [MIT License](LICENSE).
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
streamlit
lida
lida
openai

0 comments on commit edd7feb

Please sign in to comment.