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.
- Host: GitHub
- URL: https://github.com/abduldevhub/ai-mountain
- Owner: AbdulDevHub
- Created: 2024-01-26T19:06:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T04:51:10.000Z (about 1 year ago)
- Last Synced: 2025-03-23T14:17:25.141Z (7 months ago)
- Topics: chatgpt, css, dalle3, html, huggingface, javascript
- Language: JavaScript
- Homepage:
- Size: 34.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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!