https://github.com/SrinadhVura/OpenAI-Stack-Hack
Our Medifix is an AI powered assistant powered on gpt-3.5 turbo (chatGPT). Medifix is designed to help people by providing preventive measures based on the symptoms mentioned.
https://github.com/SrinadhVura/OpenAI-Stack-Hack
chatgpt gtts streamlit whisper
Last synced: 4 months ago
JSON representation
Our Medifix is an AI powered assistant powered on gpt-3.5 turbo (chatGPT). Medifix is designed to help people by providing preventive measures based on the symptoms mentioned.
- Host: GitHub
- URL: https://github.com/SrinadhVura/OpenAI-Stack-Hack
- Owner: SrinadhVura
- Created: 2023-02-26T02:14:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T14:20:54.000Z (over 2 years ago)
- Last Synced: 2024-10-24T10:07:54.973Z (9 months ago)
- Topics: chatgpt, gtts, streamlit, whisper
- Language: TypeScript
- Homepage:
- Size: 6.3 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAI-Stack-Hack Challenge
This project is a part of the OpenAI Hackthon Feb 2023. This 7-day virtual hackathon made students to Create innovative new apps with OpenAI's latest AI tools.
Our Medifix is an AI powered assistant powered on gpt-3.5 turbo (chatGPT). Medifix is designed to help people by providing preventive measures based on the symptoms mentioned.
## GPT-3
GPT-3 is a powerful AI technology that provides the foundation for the next generation of apps. It operates by taking a text prompt such as a phrase or sentence and returning a natural language text completion. This allows developers to easily program GPT-3 by showing it a few examples, and the system will learn to generate text that is similar to the examples provided.## Whisper
Whisper is a cutting-edge AI technology that excels at recognizing words from web-sourced data. Trained on 680,000+ hours of multilingual and multitask data, it can accurately recognize speech in various languages, accents, and environments, including different accents, technical language and background noise. Whisper can achieve human-level performance in many scenarios.## ChatGPT
ChatGPT is a variant of the GPT-3 language model that is specifically designed for generating human-like text in a conversational setting. It has been trained on a large dataset of real-life conversations and can generate responses that are appropriate and relevant in context. We will show you how to use ChatGPT effectively and how it can benefit your project.### Powerful Model
GPT-3.5 (Also popularly known as ChatGPT) trained their models on billions of words to understand the nuances and context markers of human communication.### Flexible API
The API works with many different libraries that fit every stack. Cohere's Python, Node, and Go SDKs make AI easy to integrate into your app.### The Future of software
Build innovative and extremely powerful applications that were previously not possible. The future of software development is AI native.More at this link: https://lablab.ai/event/openai-hackathon
## Team
Gayatri VadapartySrinadh Vura
### How to run the code?
```
streamlit run filename.py
```
Type this in command prompt and you can see the localhost opened for interface.## Deployed app
Click here to view a demo https://srinadhvura-openai-stack-hack-medifix-f0a1gm.streamlit.app/