Skip to content

This project is to cartoonify images.

Notifications You must be signed in to change notification settings

Kunal-Attri/Cartoonify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartoonify Computer Vision Project

Try at: Streamlit

  • This is a mini app to cartoonify any image.
  • We have implemented it as:
    • CLI app
    • Streamlit web app

Requirements

What we used?

  • OpenCV - To manipulate the image, and cartoonify it.
  • Streamlit - For GUI Web App

How to run the program?

  1. Try on Streamlit
  2. Run CLI app:
    • Clone Repository
      git clone https://github.com/neptune0x13/Cartoonify.git
      
    • Open terminal in project folder
    • Install requirements
      pip3 install -r requirements.txt
      
    • Run CLI app
      python3 main.py
      
    • Expected Interface
  3. Run Streamlit app
    • Try on web here
    • Run locally
      streamlit run streamlit_main.py
      
    • Expected Interface


References

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%