An open API service indexing awesome lists of open source software.

https://github.com/hackpoint/readify-client

Client for the AI application written in angular
https://github.com/hackpoint/readify-client

Last synced: about 1 year ago
JSON representation

Client for the AI application written in angular

Awesome Lists containing this project

README

          

# ReadifyaiUi

```markdown
/readify-ai
├── /apps
│ ├── /readify-ai
│ │ ├── /src
│ │ │ ├── /app
│ │ │ │ ├── app.component.ts
│ │ │ │ ├── app.routes.ts
│ │ │ │ ├── app.styles.css
│ │ │ │ ├── main.ts
│ │ │ │ ├── bootstrap.ts
│ │ │ │ ├── app.config.ts
├── /libs
│ ├── /core
│ │ ├── /interface
│ │ ├── /models
│ │ ├── /services
│ │ ├── /utilities
│ ├── /shared
│ │ ├── /ui
│ │ ├── /services
│ │ ├── /utilities
│ ├── /features
│ │ ├── /comparison
│ │ ├── /image-analysis
│ │ ├── /training
│ │ ├── /dashboard
│ │ ├── /login
└── /storybook
├── main.js
├── preview.js
```