Skip to content

Ryan-py/WaziAI_prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wazi AI Chat Application

Welcome to Wazi AI, your AI companion for learning and innovating with WaziLab. This chat application integrates LLMs to provide intelligent responses to your prompts.

Prerequisites

  • Python (3.7 or higher)
  • Flask
  • Pillow
  • Google Generative AI library

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/Ryan-py/WaziAI_prototype.git
  2. Navigate to the project directory:

    cd WaziAI_prototype
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  5. Install the required dependencies:

    pip install -r requirements.txt

Configuration

  1. Obtain your Google Generative AI API key from Google Cloud Console.

  2. Set your API key as an environment variable:

    export api_key=your-api-key

    Replace your-api-key with your actual API key.

Usage

  1. Start the Flask application:

    python app.py
  2. Open your web browser and navigate to http://localhost:5000.

  3. Interact with Wazi AI by entering prompts in the chat input and clicking "Ask WaziAI."

  4. Optionally, upload an image along with your prompt for enhanced AI responses.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

This is a prototype for a AI prompt Web App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors