Giter VIP home page Giter VIP logo

awesome-ai-tools's Introduction

Awesome AI Tools Awesome

A curated list of Artificial Intelligence Top Tools Feel free to contribute

Contents

Text

Models

  • OpenAI API - OpenAI's API provides access to GPT-3 and GPT-4 models, which performs a wide variety of natural language tasks, and Codex, which translates natural language to code.
  • Gopher - Gopher by DeepMind is a 280 billion parameter language model.
  • OPT - Open Pretrained Transformers (OPT) by Facebook is a suite of decoder-only pre-trained transformers. Announcement. OPT-175B text generation hosted by Alpa.
  • Bloom - BLOOM by Hugging Face is a model similar to GPT-3 that has been trained on 46 different languages and 13 programming languages. #opensource
  • LLaMA - A foundational, 65-billion-parameter large language model by Meta. #opensource
  • Llama 2 - The next generation of Meta's open source large language model. #opensource
  • Claude 2 - Talk to Claude, an AI assistant from Anthropic.
  • Vicuna-13B - An open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.

Chatbots

  • ChatGPT - ChatGPT by OpenAI is a large language model that interacts in a conversational way.
  • Bing Chat - A conversational AI language model powered by Microsoft Bing.
  • Bard - An experimental AI chatbot by Google, powered by the LaMDA model.
  • Character.AI - Character.AI lets you create characters and chat to them.
  • ChatPDF - Chat with any PDF.
  • ChatSonic - An AI-powered assistant that enables text and image creation.

Search engines

  • Perplexity AI - AI powered search tools.
  • Metaphor - Language model powered search.
  • Phind - AI-based search engine.
  • You.com - A search engine built on AI that provides users with a customized search experience while keeping their data 100% private.

Local search engines

  • privateGPT - Ask questions to your documents without an internet connection, using the power of LLMs.
  • quivr - Dump all your files and chat with it using your generative AI second brain using LLMs & embeddings.

Writing assistants

  • Jasper - Create content faster with artificial intelligence.
  • Compose AI - Compose AI is a free Chrome extension that cuts your writing time by 40% with AI-powered autocompletion.
  • Rytr - Rytr is an AI writing assistant that helps you create high-quality content.
  • wordtune - Personal writing assistant.
  • HyperWrite - HyperWrite helps you write with confidence and get your work done faster from idea to final draft.
  • Moonbeam - Better blogs in a fraction of the time.
  • copy.ai - Write better marketing copy and content with AI.
  • Anyword - Anyword's AI writing assistant generates effective copy for anyone.
  • Contenda - Create the content your audience wants, from content you've already made.
  • Hypotenuse AI - Turn a few keywords into original, insightful articles, product descriptions and social media copy.
  • Lavender - Lavender email assistant helps you get more replies in less time.
  • Lex - A word processor with artificial intelligence baked in, so you can write faster.
  • Jenni - Jenni is the ultimate writing assistant that saves you hours of ideation and writing time.
  • LAIKA - LAIKA trains an artificial intelligence on your own writing to create a personalised creative partner-in-crime.
  • QuillBot - AI-powered paraphrasing tool.
  • Postwise - Write tweets, schedule posts and grow your following using AI.
  • Copysmith - AI content creation solution for Enterprise & eCommerce.

ChatGPT extensions

Productivity

  • Mem - Mem is the world's first AI-powered workspace that's personalized to you. Amplify your creativity, automate the mundane, and stay organized automatically.
  • Taskade - Outline tasks, notes, generated structured lists and mind maps with Taskade AI.
  • Notion AI - Write better, more efficient notes and docs.
  • Nekton AI - Automate your workflows with AI. Describe your workflows step by step in plain language.

Meeting assistants

  • Otter.ai - A meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.
  • Cogram - Cogram takes automatic notes in virtual meetings and identifies action items.
  • Sybill - Sybill generates summaries of sales calls, including next steps, pain points and areas of interest, by combining transcript and emotion-based insights.
  • Loopin AI - Loopin is a collaborative meeting workspace that not only enables you to record, transcribe & summaries meetings using AI, but also enables you to auto-organise meeting notes on top of your calendar.

Academia

  • Elicit - Elicit uses language models to help you automate research workflows, like parts of literature review.
  • genei - Summarise academic articles in seconds and save 80% on your research times.
  • Explainpaper - A better way to read academic papers. Upload a paper, highlight confusing text, get an explanation.
  • Galactica - A large language model for science. Can summarize academic literature, solve math problems, generate Wiki articles, write scientific code, annotate molecules and proteins, and more. Model API.
  • Consensus - Consensus is a search engine that uses AI to find answers in scientific research.

Other text generators

  • EmailTriager - Use AI to automatically draft email replies in the background.
  • AI Poem Generator - AI Poem Generator writes a beautiful rhyming poem for you on any subject, given a text prompt.

Developer tools

  • co:here - Cohere provides access to advanced Large Language Models and NLP tools.
  • Haystack - A framework for building NLP applications (e.g. agents, semantic search, question-answering) with language models.
  • Keploy - Open source Tool for converting user-traffic to Test Cases and Data Stubs.
  • LangChain - A framework for developing applications powered by language models.
  • gpt4all - A chatbot trained on a massive collection of clean assistant data including code, stories and dialogue.
  • LMQL - LMQL is a query language for large language models.
  • LlamaIndex - A data framework for building LLM applications over external data.
  • Phoenix - Open-source tool for ML observability that runs in your notebook environment, by Arize. Monitor and fine tune LLM, CV and tabular models.
  • Prediction Guard - Seamlessly integrate private, controlled, and compliant Large Language Models (LLM) functionality.

Code

  • GitHub Copilot - GitHub Copilot uses the OpenAI Codex to suggest code and entire functions in real-time, right from your editor.
  • OpenAI Codex - An AI system by OpenAI that translates natural language to code.
  • Ghostwriter - An AI-powered pair programmer by replit.
  • Amazon CodeWhisperer - Build applications faster with the ML-powered coding companion.
  • tabnine - Code faster with whole-line & full-function code completions.
  • Stenography - Automatic code documentation.
  • Mintlify - AI powered documentation writer.
  • Debuild - AI-powered low-code tool for web apps.
  • AI2sql - With AI2sql, engineers and non-engineers can easily write efficient, error-free SQL queries without knowing SQL.
  • CodiumAI - With CodiumAI, you get non-trivial tests suggested right inside your IDE, so you stay confident when you push.
  • PR-Agent - AI-powered tool for automated PR analysis, feedback, suggestions and more.
  • MutableAI - AI Accelerated Software Development.
  • TurboPilot - A self-hosted copilot clone which uses the library behind llama.cpp to run the 6 billion parameter Salesforce Codegen model in 4 GB of RAM.
  • GPT-Code UI - An open source implementation of OpenAI's ChatGPT Code interpreter.
  • MetaGPT - The Multi-Agent Framework: Given one line Requirement, return PRD, Design, Tasks, Repo

Image

Models

  • DALL·E 2 - DALL·E 2 by OpenAI is a new AI system that can create realistic images and art from a description in natural language.
  • Stable Diffusion - Stable Diffusion by Stability AI is a state of the art text-to-image model that generates images from text. #opensource
  • Midjourney - Midjourney is an independent research lab exploring new mediums of thought and expanding the imaginative powers of the human species.
  • Imagen - Imagen by Google is a text-to-image diffusion model with an unprecedented degree of photorealism and a deep level of language understanding.
  • Make-A-Scene - Make-A-Scene by Meta is a multimodal generative AI method puts creative control in the hands of people who use it by allowing them to describe and illustrate their vision through both text descriptions and freeform sketches.
  • DragGAN - Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold.

Services

  • Craiyon - Craiyon, formerly DALL-E mini, is an AI model that can draw images from any text prompt.
  • DreamStudio - DreamStudio is an easy-to-use interface for creating images using the Stable Diffusion image generation model.
  • Artbreeder - Artbreeder is new type of creative tool that empowers users creativity by making it easier to collaborate and explore.
  • GauGAN2 - GauGAN2 is a robust tool for creating photorealistic art using a combination of words and drawings since it integrates segmentation mapping, inpainting, and text-to-image production in a single model.
  • Magic Eraser - Remove unwanted things from images in seconds.
  • Imagine by Magic Studio - A tool by Magic Studio that let's you express yourself by just describing what's on your mind.
  • Alpaca - Stable Diffusion Photoshop plugin.
  • Patience.ai - Patience.ai is an app for creating images with Stable Diffusion, a cutting edge AI developed by Stability.AI.
  • GenShare - Generate art in seconds for free. Own and share what you create. A multimedia generative studio, democratizing design and creativity.
  • Playground AI - Playground AI is a free-to-use online AI image creator. Use it to create art, social media posts, presentations, posters, videos, logos and more.
  • Pixelz AI Art Generator - Pixelz AI Art Generator enables you to create incredible art from text. Stable Diffusion, CLIP Guided Diffusion & PXL·E realistic algorithms available.
  • modyfi - The image editor you've always wanted. AI-powered creative tools in your browser. Real-time collaboration.
  • Ponzu - Ponzu is your free AI logo generator. Build your brand with creatively designed logos in seconds, using only your imagination.
  • PhotoRoom - Create product and portrait pictures using only your phone. Remove background, change background and showcase products.
  • Avatar AI - Create your own AI-generated avatars.
  • ClipDrop - Create professional visuals without a photo studio, powered by stability.ai.
  • Lensa - An all-in-one image editing app that includes the generation of personalized avatars using Stable Diffusion.
  • RunDiffusion - Cloud-based workspace for creating AI-generated art.
  • Human Generator - AI generator or realistic looking photos of humans.

Graphic design

  • Brandmark - AI-based logo design tool.
  • Gamma - Create beautiful presentations and webpages with none of the formatting and design work.
  • Microsoft Designer - Stunning designs in a flash.

Image libraries

  • Lexica - Stable Diffusion search engine.
  • Libraire - The largest library of AI-generated images.
  • KREA - Explore millions of AI generated images and create collections of prompts. Featuring Stable Diffusion generations.
  • OpenArt - Search 10M+ of prompts, and generate AI art via Stable Diffusion, DALL·E 2.

Model libraries

Stable Diffusion resources

Video

  • RunwayML - Magical AI tools, realtime collaboration, precision editing, and more. Your next-generation content creation suite.
  • Synthesia - Create videos from plain text in minutes.
  • Rephrase AI - Rephrase's technology enables hyper-personalized video creation at scale that drive engagement and business efficiencies.
  • Hour One - Turn text into video, featuring virtual presenters, automatically.
  • D-ID - Create and interact with talking avatars at the touch of a button.

Animation

Audio

Speech

  • Eleven Labs - AI voice generator.
  • Resemble AI - AI voice generator and voice cloning for text to speech.
  • WellSaid - Convert text to voice in real time.
  • Play.ht - AI Voice Generator. Generate realistic Text to Speech voice over online with AI. Convert text to audio.
  • Coqui - Generative AI for Voice.
  • podcast.ai - A podcast that is entirely generated by artificial intelligence, powered by Play.ht text-to-voice AI.
  • VALL-E X - A cross-lingual neural codec language model for cross-lingual speech synthesis.
  • TorToiSe - A multi-voice text-to-speech system trained with an emphasis on quality. #opensource
  • Bark - A transformer-based text-to-audio model. #opensource

Music

  • Harmonai - We are a community-driven organization releasing open-source generative audio tools to make music production more accessible and fun for everyone.
  • Mubert - A royalty-free music ecosystem for content creators, brands and developers.
  • MusicLM - A model by Google Research for generating high-fidelity music from text descriptions.

Other

  • Diagram - Magical new ways to design products.
  • PromptBase - A marketplace for buying and selling quality prompts for DALL·E, GPT-3, Midjourney, Stable Diffusion.
  • This Image Does Not Exist - Test your ability to tell if an image is human or computer generated.
  • Have I Been Trained? - Check if your image has been used to train popular AI art models.
  • AI Dungeon - A text-based adventure-story game you direct (and star in) while the AI brings it to life.
  • Clickable - Generate ads in seconds with AI. Beautiful, brand-consistent, and highly converting ads for all marketing channels.
  • Scale Spellbook - Build, compare, and deploy large language model apps with Scale Spellbook.
  • Scenario - AI-generated gaming assets.
  • Teleprompter - An on-device AI for your meetings that listens to you and makes charismatic quote suggestions.
  • FinChat - Using AI, FinChat generates answers to questions about public companies and investors.

Learning resources

NVIDIA Platform Extensions

created by Mahsima Dastan

awesome-ai-tools's People

Contributors

mahseema avatar shashwat79802 avatar joshaustintech avatar kshitizkgp avatar liamyoungrwo avatar rkeyesicons avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.