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.
- Host: GitHub
- URL: https://github.com/xraysmulu/ai-developers-toolkit
- Owner: xraySMULu
- Created: 2025-05-06T14:15:59.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2025-05-06T14:24:04.000Z (27 days ago)
- Last Synced: 2025-05-08T02:52:41.678Z (25 days ago)
- Topics: activity-recognition, face-detection, object-classification, object-recognition, python, reinforcement-learning, sentiment-analysis, speech-recognition, tabular-data
- Language: Python
- Homepage:
- Size: 3.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)