https://github.com/wambugu71/meta-llama2-70b-chat
Hosting the meta llama2 on streamlit
https://github.com/wambugu71/meta-llama2-70b-chat
Last synced: 7 months ago
JSON representation
Hosting the meta llama2 on streamlit
- Host: GitHub
- URL: https://github.com/wambugu71/meta-llama2-70b-chat
- Owner: wambugu71
- License: mit
- Created: 2023-09-10T11:50:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T00:37:30.000Z (7 months ago)
- Last Synced: 2024-11-16T01:24:33.047Z (7 months ago)
- Language: Python
- Homepage: https://wambugukinyuai.streamlit.app/
- Size: 244 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meta llama2 70b chat LLM
* Experience the power of llma2 70b chat model created by meta.
To acess it [Here](https://wambugukinyuai.streamlit.app/).
> - Hugging face made this possible.
## Libraries used
> 1. Hugchat install by:
``` Bash
pip install hugchat
```
### Other libraries used:
``` Bash
pip install streamlit
```
- The hug chat library is used as unofficial made API to access `hugging face`. It uses authentication ie your `email adresss` & `password`.- We made use of streamlit to host the chat interface, which appears cool.
- Meta llma2 is free and open source.
#### What can llama2 do:
- [x] Answer questions of any form.
- [x] Coding.
- [x] Commercials use.
- [x] Creativity in things like advertisements, post.
- [x] Able to reject offensive prompt.
- [x] Has memory you can chat with as you would with human.
- [ ] It is free.__Note:__ The web app is still in development it might break, still in for testing.