Skip to content

quickly generate definition and example sentence from Japanese keyword using OpenAI GPT-3

License

Notifications You must be signed in to change notification settings

betty2310/jp2enAi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make wjbu great again!

wiki license language


Installation

Run the following commands to install the dependencies and run the app.

Note You may need to type python3/pip3 instead of python/pip depending on your setup.

git clone https://github.com/betty2310/jp2enAi
cd jp2enAi
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Create your own .env file by copying the .env.example file.

cp .env.example .env

After that, copy your secret OpenAI API key and set it as the OPENAI_API_KEY in your newly created .env file.

Run the web app by:

flask run

Congratualtion, open http://localhost:5000 in your browser 🎊!

Usage

In web, just type keywork you need, press generate! and done 🚀.

Limitations

Disclaimers

This is not an official OpenAI product. This is a personal project and is not affiliated with OpenAI in any way. Don't sue me.

Credits

License

MIT © Betty

If you found this project interesting, please consider following me on twitter

About

quickly generate definition and example sentence from Japanese keyword using OpenAI GPT-3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published