Skip to content

m-kaique/company_name_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Company Name Generator

Simple bot that suggests names for your business

How to Run

Download the model first, then on the app.py file paste the location path in model_path=""

https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/blob/main/llama2_7b_chat_uncensored.Q5_K_M.gguf

Create the venv

  python3 -m venv venv

Activate the venv

  source venv/bin/activate

Install requirements

  pip install requirements.txt

Run with streamlit

  streamlit run front.py

Model: TheBloke/llama2_7b_chat_uncensored-GGUF

Back-end: Langchain/LlamaCpp

Front-end: Streamlit

About

Generate company name ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages