Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 676 Bytes

File metadata and controls

18 lines (12 loc) · 676 Bytes

Voice Assistant

This is a Python voice assistant project that processes user input and generates responses using the OpenAI API.

I built this project to practice working with APIs, handling requests, parsing JSON responses, and creating a simple interactive workflow. This project helped me move beyond basic scripts and work with a more real-world style of program.

Concepts Practiced

  • Python
  • API requests
  • JSON parsing
  • User interaction
  • OpenAI API integration
  • Conversational output

What I Learned

This project helped me understand how Python can connect to external services and use API responses to create a more interactive assistant-style program.