https://github.com/nlqthinh/genaiproject
Some projects about LLM (most of them about anime)
https://github.com/nlqthinh/genaiproject
anime api chromadb diffusers function-calling gradio langchain-python openai python rag weaviate
Last synced: about 2 months ago
JSON representation
Some projects about LLM (most of them about anime)
- Host: GitHub
- URL: https://github.com/nlqthinh/genaiproject
- Owner: nlqthinh
- Created: 2025-02-19T03:32:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T08:53:44.000Z (4 months ago)
- Last Synced: 2025-03-29T17:03:35.075Z (3 months ago)
- Topics: anime, api, chromadb, diffusers, function-calling, gradio, langchain-python, openai, python, rag, weaviate
- Language: Jupyter Notebook
- Homepage:
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generative AI Project
Most of these project are designed to be run on Google Colab. Follow the instructions below to get started.
## Getting Started
1. **Open the Notebook in Google Colab**
- Open any file you want in this repository, there will be a link I have shared and you just need click on it.2. **Run All Cells**
- Some project require openai key (or you can change it into another model), you just need register and get api_key from 'https://platform.openai.com/api-keys' then paste it
- Select `Run all` or manual run one by one3. **Access the Application**
- After running all cells, you should see an output message similar to this:
```
Running on public URL: https://XXXXXX.gradio.app
```
- Click on the provided public URL to access the application.## Notes
- Ensure that you are logged into your Google account to access Google Colab.
- If you encounter any errors, restart the runtime and try running the cells again.
- The notebook uses Gradio (or a similar framework) to host the application, so the link will be generated dynamically during runtime.## Troubleshooting
- **Connection Issues:** If the public URL does not work, check the output logs for errors or try re-running the notebook.
- **Dependencies:** All required libraries will be installed automatically within the notebook. If an installation step fails, re-run the corresponding cell manually.Enjoy using the application!