AI & ML interests

Journalism and AI

mediaparty2023's activity

ameerazam08Β 
posted an update 13 days ago
freddyaboultonΒ 
posted an update about 2 months ago
freddyaboultonΒ 
posted an update about 2 months ago
freddyaboultonΒ 
posted an update 2 months ago
view post
Post
2132
Version 0.0.21 of gradio-pdf now properly loads chinese characters!
freddyaboultonΒ 
posted an update 2 months ago
view post
Post
1585
Hello Llama 3.2! πŸ—£οΈπŸ¦™

Build a Siri-like coding assistant that responds to "Hello Llama" in 100 lines of python! All with Gradio, webRTC 😎

freddyaboulton/hey-llama-code-editor
freddyaboultonΒ 
posted an update 2 months ago
ajibawa-2023Β 
posted an update 4 months ago
view post
Post
3123
New Dataset: Software-Architecture
Link: ajibawa-2023/Software-Architecture

I am releasing a Large Dataset covering topics related to Software-Architecture. This dataset consists of around 450,000 lines of data in jsonl.

I have included following topics:

Architectural Frameworks

Architectural Patterns for Reliability

Architectural Patterns for Scalability

Architectural Patterns

Architectural Quality Attributes

Architectural Testing

Architectural Views

Architectural Decision-Making

Advanced Research

Cloud-Based Architectures

Component-Based Architecture

Data Architecture

Emerging Trends

Event-Driven Architecture

Evolvability and Maintainability

Microservices and Monolithic

Microservices Architecture

Security Architecture

Service-Oriented Architecture

Software Design Principles

and Many More!

This dataset is useful in LLM development. Also those who are working on developing Software development related LLMs then this dataset can be useful.

This dataset is very useful to Researchers as well.
Β·
Hev832Β 
posted an update 6 months ago
view post
Post
1449
i today make Shadow Chat, that make you can Chat with Shadow the Hedgehog (i was just bored, so i make this lol)

try it now in:
Hev832/Shadow_Chat
Β·
freddyaboultonΒ 
posted an update 8 months ago
Hev832Β 
posted an update 8 months ago
view post
Post
2481
hello everyone, I've finished making a project for RVC Dataset Maker if you want to try the project you can try it below:
Hev832/RVC-Dataset-Maker

if you find any erors you can create New discussion πŸ‘€
  • 1 reply
Β·
ajibawa-2023Β 
posted an update 9 months ago
view post
Post
2028
Thank you very much hf team for accepting me! I was waiting for very long time. Thank you
ameerazam08Β 
posted an update 10 months ago
view post
Post
4670
Explore the Latest Top Papers with Papers Leaderboard!
We are excited to introduce a new way to explore the most impactful research papers: Papers Leaderboard! This feature allows you to easily find the most talked-about papers across a variety of fields.
Hf-demo : ameerazam08/Paper-LeaderBoard
Happy weekends!
freddyaboultonΒ 
posted an update 10 months ago
view post
Post
3670
We just released gradio version 4.26.0 ! We *highly* recommend you upgrade your apps to this version to bring in these nice changes:

πŸŽ₯ Introducing the API recorder. Any gradio app running 4.26.0 and above will have an "API Recorder" that will record your interactions with the app and auto-generate the corresponding python or js code needed to recreate those actions programmatically. It's very neat!

πŸ“ Enhanced markdown rendering in gr.Chatbot

🐒 Fix for slow load times on spaces as well as the UI locking up on rapid generations

See the full changelog of goodies here: https://www.gradio.app/changelog#4-26-0
  • 1 reply
Β·
freddyaboultonΒ 
posted an update 11 months ago
view post
Post
2440
Gradio 4.25.0 is out with some nice improvements and bug fixes!

🧹 Automatic deletion of gr.State variables stored in the server. Never run out of RAM again. Also adds an unload event you can run when a user closes their browser tab.

😴 Lazy example caching. You can set cache_examples="lazy" to cache examples when they're first requested as opposed to before the server launches. This can cut down the server's start-up time drastically.

πŸ”Š Fixes a bug with streaming audio outputs

πŸ€– Improvements to gr.ChatInterface like pasting images directly from the clipboard.

See the rest of the changelog here: https://www.gradio.app/changelog#4-25-0
freddyaboultonΒ 
posted an update 11 months ago
view post
Post
1704
Tips for saving disk space with Gradio πŸ’Ύ

Try these out with gradio 4.22.0 ! Code snippet attached.

1. Set delete_cache. The delete_cache parameter will periodically delete files from gradio's cache that are older than a given age. Setting it will also delete all files created by that app when the app shuts down. It is a tuple of two ints, (frequency, age) expressed in seconds. So delete_cache=(3600, 3600), will delete files older than an hour every hour.

2. Use static files. Static files are not copied to the cache and are instead served directly to users of your app. This is useful for components displaying a lot of content that won't change, like a gallery with hundreds of images.

3. Set format="jpeg" for images and galleries. JPEGs take up less disk space than PNGs. This can also speed up the speed of your prediction function as they will be written to the cache faster.

Β·
freddyaboultonΒ 
posted an update about 1 year ago
view post
Post
New in Gradio 4.16.0 - Galleries as Input πŸ–ΌοΈ

Now your users can upload multiple images as input to your AI application and view them in a slick gallery!

Attached is a demo of how this new feature can be used in a photomaker-type application: TencentARC/PhotoMaker

Shout out @abidlabs and @akhaliq who proposed this feature after seeing some of the workarounds gradio developers were using in the wild to upload multiple images.

The gradio team works hard to stay up to date with the latest trends in AI! If there's something missing from the library, file an issue on github! https://github.com/gradio-app/gradio/issues
  • 2 replies
Β·