Skip to content

ruben-david-roy/NeuraNET-API-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuraNET API Playground

NeuraNET API Playground

Overview

This open source Streamlit application is the official NeuraNET API Playground and provides an interactive interface to the NeuraNET API, allowing users to access and utilize AI models for chat, image generation, and TTS (Text-To-Speech).

Features

  • API Authentication: Secure API key input for accessing NeuraNET services.
  • Model Selection: Users can choose between chat, image generation and text to speech.
  • Dynamic Inputs: Input fields adapt based on the model selected.
  • Error Handling: The app includes checks for missing API keys and empty inputs, along with error messages for user guidance.

Installation

  1. Install requirements with:
pip install -r requirements.txt

Usage

Run the app with the command:

streamlit run main.py

Supported Models

Chat Models

  • NeuraNET Lite: A free version of the NeuraNET chat AI, perfect for basic queries and conversations.
  • NeuraNET Hyper: A premium chat model offering advanced understanding and more detailed responses.

Image Generation Models

  • Vinci SM: A fast and cheaper version for basic image generation tasks.
  • Vinci XL: A premium image generation model delivering high-quality visual content.

TTS Model

The NeuraNET Text-to-Speech AI Model, referred to as NeuraNET Mint, has an array of 300 distinct voice options.

API Endpoints

  • Image Generation: POST https://neuranet-ai.com/api/v1/image
  • Chat: POST https://neuranet-ai.com/api/v1/chat
  • TTS: POST https://neuranet-ai.com/api/v1/tts

License

The NeuraNET API Playground is open-source and is under the MIT License. See the LICENSE for more information.

=== Made with ❤️ by the NeuraNET Team ===