Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DahnM20 committed Jan 6, 2024
1 parent 1408b69 commit 76d9870
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## 🎉🚀 v0.6.0 is Now Available 🚀🎉

🚀 **New Replicate Node** | ✨ **Access to a lot of open-source models </br> (LLama, Mistral, Face Swap, MusicGen)**
🚀 **New Replicate Node** | ✨ **Access to a lot of open-source models </br> (LLama, Mistral, Face Swap, MusicGen, ...)**
</br>
🌟 **New Edge Type Button** | 🎵 **Support for audio output**

Expand Down Expand Up @@ -68,6 +68,12 @@ In a nutshell, AI Flow provides a visual platform for crafting and managing AI-d

## Other basic use cases

#### Run a diverse range of open-source models through the Replicate API

LLaMA, Mistral, Stable Video Diffusion, Music-gen, and many more.

![replicate](assets/replicate-models.png)

#### Summarize web pages & youtube transcript

![image-summary](assets/summary.png)
Expand All @@ -85,11 +91,12 @@ In a nutshell, AI Flow provides a visual platform for crafting and managing AI-d

![ai-vision](assets/gpt-vision.png)


#### Create a custom layout for your flow

When your flow is complete, you have the option to run it as is or create a custom layout focusing on the most interesting parts.

Here is an example of layout, the underlying flow retrieve a youtube transcript and ask GPT for a markdown summary and interesting quotes :
Here is an example of layout :

![layout-view](assets/layout.png)

Expand All @@ -98,7 +105,7 @@ Here is an example of layout, the underlying flow retrieve a youtube transcript

For a quick local setup, grab the .exe from the [repository's releases section](https://github.com/DahnM20/ai-flow/releases).

You'll have to update REPLICATE_API_KEY in the .env to be able to use the Replicate Node. This api key is only used to fetch models data.
You'll need to update the REPLICATE_API_KEY in the .env file to use the Replicate Node. This API key is used exclusively for fetching model data.

## Installation (without Docker)

Expand Down Expand Up @@ -129,7 +136,7 @@ Before getting started, make sure you have the following dependencies installed

## Usage

You'll have to update REPLICATE_API_KEY in the .env to be able to use the Replicate Node. This api key is only used to fetch models data.
You'll need to update the REPLICATE_API_KEY in the .env file to use the Replicate Node. This API key is used exclusively for fetching model data.

1. Start the backend server: `cd backend && poetry run python server.py`
2. Start the ui application: `cd ui && npm start`
Expand All @@ -145,7 +152,7 @@ You'll have to update REPLICATE_API_KEY in the .env to be able to use the Replic
### Docker Compose

1. Go to the docker directory: `cd ./docker`
2. You'll have to update REPLICATE_API_KEY in the .yml to be able to use the Replicate Node. This api key is only used to fetch models data.
2. You'll need to update the REPLICATE_API_KEY in the .yml file to use the Replicate Node. This API key is used exclusively for fetching model data.
3. Launch `docker-compose up` or `docker-compose up -d`
4. Open your browser and navigate to `http://localhost:80`
5. Use `docker-compose stop` when you want to stop the app.
Expand Down
Binary file modified assets/layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/presentation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/replicate-models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gpt-abstract-back"
version = "0.5.2"
name = "ai-flow-back"
version = "0.6.0"
description = ""
authors = ["DahnM20 <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-flow-front",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
Expand Down Expand Up @@ -82,4 +82,4 @@
"@types/dompurify": "^3.0.2",
"@types/styled-components": "^5.1.26"
}
}
}

0 comments on commit 76d9870

Please sign in to comment.