johanno1968 / Python-apps-with-10-lines-of-code

Python hands on tutorial with 50+ Python Application (10 lines of code)

Home Page:https://www.youtube.com/qxresearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Welcome to our GitHub repository featuring 50+ Python applications with only 10 lines of code! In this repository, you'll find a wide range of topics such as Machine Learning, Deep Learning, GUI, Computer Vision, and API development. Each application is designed to be simple and concise, making it easy to understand and modify. Whether you're a beginner or an experienced developer, these applications are perfect for learning and experimenting with Python. So dive in, explore, and have fun!

Additionally, we understand that sometimes code can be complex, which is why we've created video explanations for each project available on our YouTube channel. With these resources at your disposal, you can quickly gain a deep understanding of the code and easily customize it to suit your needs. Subscribe to the YouTube channel @qxresearch to receive updates on new projects! Which also enables you to join a community of like-minded Python enthusiasts and stay connected with a passionate group of learners and experts.



Author : @xiaowuc2

I am a Machine Learning Researcher, currently working in IBM with expertise in solving real-world problems through coding. Taught 20,000+ students & working professionals to crack coding interviews and land their dream job. My research has been recognized through publications in esteemed journals such as Springer1 and O'Reilly2.

✔️ If you think this repository has helped you learn something new you can give a star ⭐ 
❌ If not, point out 'why' and spam the issue section 🚩 


Python Application


Machine Learning Applications

chatGPT

  • ✒️ email-automation : Tool to automate automate news briefing and blogging from custom senders (mail)
  • custom-chatbot : ask chatbot to do custom work on the bases of the task (eg. script writer)
  • 📟 whisper-speech-text : OpenAI's anoher API to convert text from audio
  • ⚙️ finetuned-gpt : Train chatGPT on your custom data & ask queries from that data
  • 💠 voice-assistant : Voice assistant based on ChatGPT and WhisperAPI (Audio input & output)
  • 🐻 web-scraping-summarizer : This tool scraping a given website and summarizes the main context
  • your-prespective : You can train ChatGPT to perceive things the way you do, and it will imitate you!
  • 📖 bhagavad-gita-gpt : A religious book which contains all the answers to find our purpose and to live it fully
  • 🏜 vector-databse : This is how you can send big text files to chatgpt and avoid the token limits

Setup

Refer to this setup video to install the dependencies and generate API keys and incorporate with our applications. I've articulated the steps in text format here :

  • Install the dependencies following these steps :

    • Star this repository (top right corner)
    • <>Code > Download ZIP > Open cmd/terminal in that location
    • Run this command : pip install -r requirements.txt
    • Replace API keys in yml files

* The setup for different projects might not be the same. Please refer to the individual setup guides given for each project.


Contributing

Any kind of contributions to qxresearch-event-1 are welcome. Contributions are what make the open source community such an amazing place to learn, inspire, and create.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Do you want to join @qxresearch and contribute to new projects?


trackgit-views

Footnotes

  1. 10Water Content Prediction in Smart Agriculture of Rural India Using CNN and Transfer Learning Approach. Link

  2. Variational Autoencoder-Based Imbalanced Alzheimer Detection Using Brain MRI Images. Link

About

Python hands on tutorial with 50+ Python Application (10 lines of code)

https://www.youtube.com/qxresearch

License:MIT License


Languages

Language:Python 100.0%