Skip to content

akshatgarg7/Blog-Generation-using-OpenAI-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I have developed an app using the OpenAI API to generate blogs based on a given topic, desired word count, and job profile.

To use the app, simply fork the repository, download it, and run the command:

pip install -r requirements.txt

Next, obtain your OpenAI API key and add it to the .env file as:

OPENAI_API_KEY=<your_key_here>

Once this is done, you can run the app with the following command:

streamlit run app.py

Below is a screenshot showing the output generated by Streamlit.
Screenshot of the output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages