Skip to content

edd-ie/AI-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The convergence of various AI models & capabilities.

Table of Contents

  1. Getting started
  2. Usage
  3. Pages
  4. Contributors
  5. Licenses
  6. Sources

The project can be accessed in 2 ways:

1. Website

You can access the site here - AI Hub

2. Cloning

Clone the project files to your local repository:

  • HTTPS => https://github.com/edd-ie/AI-Hub.git
  • SSH => [email protected]:edd-ie/AI-Hub.git
  • Git CLI => gh repo clone edd-ie/AI-Hub

Open the terminal and install all dependencies using.

npm install

In the terminal run this command to start the react app (accept the assigning of a new port if prompted)

npm start

Your default browser will be launched and the homepage will be rendered. App screenshot

The homepage has a simple UI that allows for the user to navigate.

User can navigate to by either click the names on the navbar or relevant icon on the left side of the page

Each page uses a specific AI model to do a specialized task.

The chat functionality uses the the facebook/blenderbot-400m-distill ai model which has been train on 400m test data to deliver a relatively smooth conversation AI.

It was shortlisted from a list of models like gpt2, microsoft/dialoGPT_large, PygmalionAI/pygmalion-6b just to name a few, after a series of parameter tunning and testing it had the most consistent result and was less prone to hallucinations.

The user interface it modeled afte the whatsapp chat UI to give the user the familiar feeling of having a chat with a friend. App screenshot

The art generation is handled by the lexica ai art model which uses stable diffusion to transform use input data to art in various art style App screenshot

Summary a large amount of information into comprehensible chunks with one click.

This works but utilizing the facebook bart-large-cnn an open source Convolutional Neural Networks from hugging faces that reads to the text and tries find the key takeaways from the document saving a user time and effort. App screenshot

This project was a team effort from the following individuals :

The project is licensed under the BSD 3-Clause "New" or "Revised" License, thus redistribution and use in source and binary forms are permitted provided that the conditions are met

The application uses open-source training data and AI models from Hugging face and Lexica AI :

The icons and fonts are sourced from :

About

Test various artificial intelligence models & capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published