Prajwal Waykos

Results 9 issues of Prajwal Waykos

Hello sir, I have previously worked on a similar project and have really good experience in it. You can visit my entire code here.https://github.com/Praj-17/AI---Project I have the following suggestions. Change...

GSSoC22

While running the notebook locally I get erro 400 Bad Request I have defined the API key just above the following line rest everything is unchanged! ``` genai.configure(api_key=GOOGLE_API_KEY) ``` The...

I have an audio clip where a person says a particular Matra once! Like this - Om Namah Shivay - This is your input voice Now, The person starts chanting...

type:help
component:other

Hi I am working on audio understanding and would like the script return me the output in a fixed output format. Something like this ``` { "name": "set_output_json_format", "parameters": {...

type:help
component:other

### 🚀 The feature Overview The Voice-Interactive Transcription and Query (VITQ) System is a revolutionary feature designed to seamlessly integrate with Embedchain, enhancing its capabilities by allowing direct interaction with...

Hello I am trying to use crawl4ai with Ollama as backend as listed in the in the config.py and mentioned on the providers page of Ollama. Note that I already...

Hi, I'm coming back to this issue again. I have my ollama server on the URL as present in the original code. However, `crawl4ai` still uses the local llama that...

I’m using Vanna.ai in my architecture with ChromaDB, Gemini, and BigQuery. Users chat via a WebSocket, and I send the chat history as context to the LLM in the `vn.ask()`...

Hi, I am generating Audio streams, and I want to pass the generated audio stream directly to the MuseTalk real-time inference script. and get realtime streams generated. Is it possible?...