Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from kagermanov27/Updated-readme
Browse files Browse the repository at this point in the history
- Style changes to README.md
  • Loading branch information
rocketdey authored Jan 14, 2023
2 parents 5547cbe + e766bc9 commit 39cd467
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
<h1 align="center">Daath AI Parser</h1>

<div align="center">

[![Build status][Build-shield]][Build-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Issues][issuesclosed-shield]][issuesclosed-url]
[![MIT License][license-shield]][license-url]
[![Server Status][server-shield]][server-url]
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
<a href="">[![Build status][Build-shield]][Build-url] </a>
<a href="">[![Contributors][contributors-shield]][contributors-url] </a>
<a href="">[![Forks][forks-shield]][forks-url]</a>
<a href="">[![Stargazers][stars-shield]][stars-url]</a>
<a href="">[![Issues][issues-shield]][issues-url]</a>
<a href="">[![Issues][issuesclosed-shield]][issuesclosed-url]</a>
<a href="">[![MIT License][license-shield]][license-url]</a>
<a href="">[![Server Status][server-shield]][server-url]</a>

</div>

</br>

<p align="center">
<img src="https://user-images.githubusercontent.com/73674035/205769347-bc9327b4-e35d-4f42-9716-9de21b54e889.jpg" alt="The Fool of Daath"/>
</p>

</br>

<p align="center">
Daath AI Parser is an open-source application that uses OpenAI to parse visible text of HTML elements. It is built on top of FastAPI. It is ready to set up as a server, and make calls from any language. It is currently hosted in <a href="https://ai.kagermanov.com">ai.kagermanov.com</a>.
<br>
Expand All @@ -24,10 +29,23 @@
<br>
</p>

|Currently Supported Preset Parsers||||
|-|-|-|-|
|Google Local Results Parser|Amazon Listings Parser|Etsy Listings Parser|Wayfair Listings Parser|
|BestBuy Listings Parser|Costco Listings Parser|Macy's Listings Parser|Nordstrom Listings Parser|
<table align="center">
<tr>
<th text-align="center", colspan="4">Currently Supported Preset Parsers</th>
</tr>
<tr>
<th>Google Local Results Parser</th>
<th>Amazon Listings Parser</th>
<th>Etsy Listings Parser</th>
<th>Wayfair Listings Parser</th>
</tr>
<tr>
<th>BestBuy Listings Parser</th>
<th>Costco Listings Parser</th>
<th>Macy's Listings Parser</th>
<th>Nordstrom Listings Parser</th>
</tr>
</table>

---

Expand Down Expand Up @@ -758,4 +776,4 @@ They will only be created in the initial call not to exhaust credits in testing.
[license-shield]: https://img.shields.io/github/license/kagermanov27/daath-ai-parser.svg
[license-url]: https://github.com/kagermanov27/daath-ai-parser/blob/master/LICENSE
[server-shield]: https://img.shields.io/website?down_color=Red&down_message=Down&label=Server&up_color=Green&up_message=Up&url=https%3A%2F%2Fai.kagermanov.com
[server-url]: https://ai.kagermanov.com
[server-url]: https://ai.kagermanov.com

0 comments on commit 39cd467

Please sign in to comment.