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

https://github.com/abduldevhub/ai-mountain

This is a repository of all the AI powered projects that I coded as practice. Some of the AI tools I used include the ChatGPT API, DALL-E API, and Hugging Face API.
https://github.com/abduldevhub/ai-mountain

chatgpt css dalle3 html huggingface javascript

Last synced: 7 months ago
JSON representation

This is a repository of all the AI powered projects that I coded as practice. Some of the AI tools I used include the ChatGPT API, DALL-E API, and Hugging Face API.

Awesome Lists containing this project

README

          

# AI Projects

This repository serves as a collection of various AI projects. Each project resides in its own dedicated folder. Here's a brief overview of each project:

## [AI Art Generator](./AI%20Art%20Generator)

A tool that uses AI (`DALL-E`) to generate unique pieces of art.



## [AI Stock App](./AI%20Stock%20App)

An application that uses AI (`ChatGPT`) to predict stock market trends.



## [AI Translator](./AI%20Translator)

A tool that uses AI (`ChatGPT`) to translate text between different languages.



## [Colorize Image AI App](./Colorize%20Image%20AI%20App)

An application that uses AI (`Hugging Face`) to colorize black and white images.



## [Movie Focus Chatbot](./Movie%20Focus%20Chatbot)

A (`ChatGPT`) chatbot that provides information and recommendations about movies.



## [ReAct AI Agent With Chat UI](./ReAct%20AI%20Agent%20With%20Chat%20UI)

An AI (`ChatGPT`) agent that can interact with users through a chat interface, and execute commands like checking the weather for your location Basically, it can execute pre-defined functions all by itself based on user prompt.



## [Text To Speech](./Text%20To%20Speech)

A tool that uses AI (`Hugging Face`) to convert text into speech.



## [Vision AI App](./Vision%20AI%20App)

An application that uses AI (`Hugging Face`) to analyze and interpret images.



## Quick start

```
$ npm install
$ npm start
````

Feel free to explore each folder for more details about each application. Happy Coding!