KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AIHackathonTokyo
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Play-integrity-fix-magisk
:
Universal modular fix for play integrity on devices running Android 8 - 14
CLIP-ViL-GradCAM
:
An implemention of CLIP-ViL Gradcam for VQA tasks
poc-dynamic-loading-plugin-rust
:
No description available.
deltawoot
:
A deltachat bot which acts as a chatwoot client, so users can talk to chatwoot encrypted.
Wav2Lip-App
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AIHackathonTokyo
?
Download (.md)
# AI x Digital Entertainment Hackathon ## Demo Requirements - The demo has to be realtime but you can pre-record the video. - Link to your repo and submit via discord. ## Project Ideas ### Technical - <img src="https://img.shields.io/badge/hard-red.svg" align="top"> StreamDiffusion for SDXL - <img src="https://img.shields.io/badge/medium-yellow.svg" align="top"> Realtime voice+video conversation agent - <img src="https://img.shields.io/badge/medium-yellow.svg" align="top"> Realtime personal for streamers (changes both voice and appearance) - <img src="https://img.shields.io/badge/easy-green.svg" align="top"> Learn to finetune a model ### Product - <img src="https://img.shields.io/badge/hard-red.svg" align="top"> Consistent world building between multiple agents: proper nouns, common knowledge, etc. - <img src="https://img.shields.io/badge/medium-yellow.svg" align="top"> Agent with memory - <img src="https://img.shields.io/badge/medium-yellow.svg" align="top"> Agents with simulating offline activities that are not withing the chat context - <img src="https://img.shields.io/badge/easy-green.svg" align="top"> Personality-consistent chatbot - <img src="https://img.shields.io/badge/easy-green.svg" align="top"> Optimal prompts for personality generation - <img src="https://img.shields.io/badge/easy-green.svg" align="top"> Friendship meter for chatbots ## Useful Repositories | Categories | Repository | |--------------------------------|-------------------------------------------------------| | LLMs |[Finetuning Notebooks](https://github.com/brevdev/notebooks) | | VoiceGen |[Bert-VITS](https://github.com/fishaudio/Bert-VITS2)<br>[SoVITS (Less training)](https://github.com/RVC-Boss/GPT-SoVITS)<br>[RVC Voice Change](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)| | ImageGen | [ComfyUI](https://github.com/comfyanonymous/ComfyUI)<br>[AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)<br>[ControlNet](https://github.com/lllyasviel/ControlNet)| | VideoGen | [StreamDiffusion](https://github.com/cumulo-autumn/StreamDiffusion)<br>[ComfyWorkflows](https://comfyworkflows.com)| | Models | [LLM Models](https://huggingface.com/) <br> [Image Models](https://civitai.com/)| | Free APIs | [Replicate (Free Trial)](https://replicate.com/) <br> [Supabase vector db (Free Trial)](https://supabase.com/docs/guides/ai) | Since most of these tutorials use gradio, you might be interested in: #### Controlling Gradio Programatically: https://github.com/gradio-app/gradio/pull/7407