The Technical Voice Assistant harnesses the power of GPT-4 language models to operate as an Technical Voice asistant. This application facilitates Technical support to the customer Queries.
- Human-like Voice Recognition: Recognizes human voice input and provides responses in a natural conversational manner.
- Streamlit GUI: Offers an intuitive interface for users to input queries or topics and generate detailed reports effortlessly.
Clone this repository: git clone https://github.com/your_username/TechVoice.git cd TechVoice
Installation of necessary libraries. (List them with a requirements.txt file) pip install -r requirements.txt
Ensure you have necessary API keys for services like OpenAI. Add these to your environment variables or .env file.
streamlit run main.py