Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 646 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 646 Bytes

CoBoTian

CoBoTian is a prototype that leverages Microsoft's Phi-2 model to generate funny jokes on user provided phrases.

How to build

  1. Clone the repository
git clone https://github.com/PratikDavidson/CoBoTian
  1. Install the requirements
pip install requirements.txt
  1. Run the streamlit app
streamlit run app.py

Contributing

Contributions are always welcome!

Acknowledgements

Kudos to lablab.ai for hosting the Phi-2 Technology: 24 Hours Challenge, which made it possible for me to learn and explore more about SLM models and build this project.

Enjoy the app and keep learning!!!