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

https://github.com/xraysmulu/ai-developers-toolkit

This repository provides a curated list of recommended AI tools for diverse applications, including tabular data analysis, sentiment analysis, speech recognition, and more.
https://github.com/xraysmulu/ai-developers-toolkit

activity-recognition face-detection object-classification object-recognition python reinforcement-learning sentiment-analysis speech-recognition tabular-data

Last synced: 25 days ago
JSON representation

This repository provides a curated list of recommended AI tools for diverse applications, including tabular data analysis, sentiment analysis, speech recognition, and more.

Awesome Lists containing this project

README

        

# **AI-Developers-Toolkit**

## Table of Contents
* [Project Overview](#Project-Overview)
* [File Navigation](#File-Navigation)
* [Installation](#Installation)
* [References](#References)

## Project Overview
This repository explores AI Tooling

## File Navigation

* Project
- [content](content) - Directory containing testing code. Code used for exploratory and testing.
- `README.md`: This documentation

[🔼 Back to top](#idtop)


## Installation

1. Clone the repository:

```bash

git clone https://github.com/xraySMULu/ai-developers-toolkit

```

2. cd resources/website

3. Install dependencies:

```bash

pip install -r requirements.txt

```

[🔼 Back to top](#idtop)


## Usage Instructions

1. Run the main script:

```bash

python run [yourpy].py

```

[🔼 Back to top](#idtop)


## References

- [LangChain Documentation](https://python.langchain.com/)

- [OpenAI ChatGPT API](https://platform.openai.com/docs/)

- [OpenAI GPT-4o mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/)

- [DALL-E 3 API](https://help.openai.com/en/articles/8555480-dall-e-3-api)

[🔼 Back to top](#idtop)