Mrinank-Bhowmick / python-beginner-projects

Explore a collection of beginner-friendly Python projects that can be completed with minimal code. Perfect for learning the basics and improving your coding skills.
https://github.com/Mrinank-Bhowmick/python-beginner-projects/wiki
MIT License
985 stars 593 forks source link

Request for Contributions: Projects Utilizing ChatGPT API #313

Closed Mrinank-Bhowmick closed 6 months ago

Mrinank-Bhowmick commented 9 months ago

Hello everyone 🤝 ,

We are excited to announce that we are looking for contributors to our repository who can create innovative projects using the ChatGPT API. This is a great opportunity to explore the capabilities of the ChatGPT model and integrate it into a variety of applications.

The goal is to create projects that leverage the conversational abilities of ChatGPT to provide value in different domains. This could be anything from a chatbot for customer service, a virtual assistant for productivity apps, or even a storytelling bot for entertainment purposes.

We believe that the possibilities are endless and we can’t wait to see what you come up with. Your contributions will not only help enrich this repository but also provide learning resources for others in the community.

Please ensure that your project is beginner-friendly and includes clear instructions on how to use the ChatGPT API. Also, remember to follow all guidelines and best practices for using the API responsibly.

Looking forward to your innovative contributions!

Mrinank-Bhowmick commented 9 months ago

This issue will be open for everyone 🎸

duraldo commented 9 months ago

I'm really new at this, but this is the route I am going with my own project, kinda. (except using Rasa Open source), I don't know how to use the API yet. Whole reason I plan to work with Rasa is because I get it, then was going to go with the API. Who knows where this route will go. I think I will go the chatGPT API route when I get to that point now.

Mrinank-Bhowmick commented 9 months ago

I'm really new at this, but this is the route I am going with my own project, kinda. (except using Rasa Open source), I don't know how to use the API yet. Whole reason I plan to work with Rasa is because I get it, then was going to go with the API. Who knows where this route will go. I think I will go the chatGPT API route when I get to that point now.

Ya sure @duraldo , you can try and make some small projects related to your idea and make a pr

duraldo commented 9 months ago

Ya sure @duraldo , you can try and make some small projects related to your idea and make a pr

awesome! I still have no idea how this will work, it will just... happen. If anything, I can write a guide how to use the API that is beginner friendly. I kinda want to have a sarcastic/funny "Bonzi Buddy" type AI (without the malware), but has utility, for example, managing your system files.

Simply: Personalized ChatGPT for simple tasks. I was reading it is possible to emulate ChatGPT using Rasa Open source (why I went that route originally).

I'm very new to github, so I apologize if I break rules or something by accident.

Mrinank-Bhowmick commented 9 months ago

Ya sure @duraldo , you can try and make some small projects related to your idea and make a pr

awesome! I still have no idea how this will work, it will just... happen. If anything, I can write a guide how to use the API that is beginner friendly. I kinda want to have a sarcastic/funny "Bonzi Buddy" type AI (without the malware), but has utility, for example, managing your system files.

Simply: Personalized ChatGPT for simple tasks. I was reading it is possible to emulate ChatGPT using Rasa Open source (why I went that route originally).

I'm very new to github, so I apologize if I break rules or something by accident.

You can give it a try and can choose any model, just make sure that you are making a separate folder like other's are doing here and your program should be coded in python and the repo suggests.

Mrinank-Bhowmick commented 9 months ago

Keeping this issue open for everyone

dikshant182004 commented 9 months ago

hii @Mrinank-Bhowmick .i have made a joke maker which can tell u joke by interacting with u by taking and giving output in a form of voice.I have not added any frontend like things using this we can get jokes on any categories by just providing it .I have also taken care of error handling .If u want we can provide different type of voice instead of pyttsx3 using .plz do have a look and give me the feedback about it

Paulie-Aditya commented 9 months ago

I can do a simple voice assistant using gpt api would that be accepted?

shriyansh7 commented 8 months ago

Hey @Mrinank-Bhowmik Can I contribute a project which is basically a fun and interactive ChatGPT-powered virtual assistant that can do tasks like tell the weather information and jokes, and also a basic calculator?

papichoolo commented 8 months ago

Hello @Mrinank-Bhowmick! I want to create a text summarizer app using ChatGPT API (with streamlit as the frontend framework) would that be an acceptable project idea? I have also found out how we can summarize an entire website using web scraping. I will work on this too đź‘Ť

harshkasat commented 8 months ago

@Mrinank-Bhowmick I already worked on this using LangChain and SerAPI. I'm done, please take a look at it. #374