Skip to main content

A basic AI library built off of google gemini api

Project description

NeuraForge

NeuraForge is a basic AI library made to simplify the usage of the genai library by providing basic functions for chat at a higher level.

Installation

To install NeuraForge , you can simply use:

pip install NeuraForge  

Usage

#Set your api (does not return in a variable)
API(your_api_key)
#Make the model, settings can be altered (returns the model in a variable), code example provides default settings
model = Model(model = "gemini-1.5-pro", temperature = 1, top_p = 0.95, top_k = 40, max_output_tokens = 8192)

#Uses model created above to make a chat (returns chat in a variable)
chat = Chat(model)

#Sends a message to your chat, replace chat with the varible you have named your chat
#Note that images are optional
response = Send(chat, "Hello, how are you?", path=your_image_path)
#
print(response)

Bugs

If you are finding bugs in the code, please report them to me @aaroh.charne@gmail.com. Please include a snippet of your code as well the problem. Thank You

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NeuraForge-0.3.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

NeuraForge-0.3.0-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file NeuraForge-0.3.0.tar.gz.

File metadata

  • Download URL: NeuraForge-0.3.0.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for NeuraForge-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f2e1ed784e55aa4e0c6c8a8b2049781bfdb79524dc6bd0332ba8aa5a2a637a6c
MD5 52f66ee4d26415804526e1900296d418
BLAKE2b-256 582f5d47f1081faa375226476d763cbb4d3866d08963c0a7a4f911f3f2d0fa03

See more details on using hashes here.

File details

Details for the file NeuraForge-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: NeuraForge-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for NeuraForge-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93f9724c8f13da661174fd2be09b132ca6e06e273cedc2d8ebba7d32e98c7052
MD5 796c0fca3de207ccb1c58d01021ba904
BLAKE2b-256 cda043f2e4bb8ba7fc30e91a616daf3408ee12aac2e96a371011ff043976b3bb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page