Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyucheng09/chatgpt_plugin_aiconf
A simple ChatGPT plugin to manage upcoming AI conferences. Best way to learn ChatGPT plugin development.
https://github.com/liyucheng09/chatgpt_plugin_aiconf
Last synced: 15 days ago
JSON representation
A simple ChatGPT plugin to manage upcoming AI conferences. Best way to learn ChatGPT plugin development.
- Host: GitHub
- URL: https://github.com/liyucheng09/chatgpt_plugin_aiconf
- Owner: liyucheng09
- Created: 2023-05-13T21:02:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-14T00:04:42.000Z (over 1 year ago)
- Last Synced: 2024-10-30T03:50:25.565Z (2 months ago)
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ChatGPT Plugin - AI Conference Assistant
This is an example of ChatGPT plugin that allows ChatGPT to access information of upcoming AI conferences and allow users to star target conference and ask ChatGPT to provide an decent to-do plan.
## Setup
To install the required packages for this plugin, run the following command:
```bash
pip install -r requirements.txt
```To run the plugin, enter the following command:
```bash
python main.py
```Once the local server is running:
1. Navigate to https://chat.openai.com.
2. In the Model drop down, select "Plugins" (note, if you don't see it there, you don't have access yet).
3. Select "Plugin store"
4. Select "Develop your own plugin"
5. Enter in `localhost:5003` since this is the URL the server is running on locally, then select "Find manifest file".The plugin should now be installed and enabled! You can start with a question like "Show me the 5 most recent AI conference." or "What are the upcoming NLP conferences?"
You can also ask ChatGPT to star your target conference and provide a to-do list considering its submission deadline.