Skip to content

ioYashjeet/generative-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

generative-ai

Generative AI Text App

Welcome to the Generative AI Text App! This project demonstrates how to use the Google Gemini API to generate creative text, specifically Shayari (a form of Urdu poetry) based on user input.

Features

  • Generate Shayari based on user input
  • Interactive web interface with HTML, CSS, and JavaScript
  • Backend powered by Flask and Google Gemini API

Getting Started

Prerequisites

  • Python 3.x
  • Flask
  • Google Gemini API access
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR-USERNAME/generative-ai.git
    cd generative-ai
    
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
    

pip install -r requirements.txt

API_KEY=your_google_gemini_api_key

python app.py

http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages