Skip to content
/ poem Public

A poem generator built with MakerSuite (now Google AI Sstudio).

Notifications You must be signed in to change notification settings

Ifihan/poem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poem Generator

A poem generator that generates poems using the MakerSuite API.

Poem.Generator.mp4

Getting Started

To run this project locally, you need to follow the following steps:

  1. Install Python (if you don't have it installed).

  2. Clone the repository.

git clone https://github.com/Ifihan/poem.git
  1. Set up and activate a virtual environment (virtualenv)
pip install virtualenv
python -m venv env
source env/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Duplicate the env.example file and rename it to .env and fill in the required details.

  2. Grab your API keys from MakerSuite and fill in the required details in the .env file.

  3. Run the application

set FLASK_APP=app.py # Windows
export FLASK_APP=app.py # Linux/ Mac
flask run
  1. You're good to go!

To do

  • Ensure that it's only poems it'll generate.
  • Grab the poem "idea" and make it the topic (30% done).

Any issues?

Kindly submit an issue, thank you!

License?

Will be updated soon.

While you're here, give a star ⭐ to the repo if you like this project.

About

A poem generator built with MakerSuite (now Google AI Sstudio).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published