Skip to content

acharyaparth/ScreenScore

Repository files navigation

ScreenScore - Screenplay Analysis Tool

License: ScreenScore is licensed under the GPLv3. All analysis is performed locally on your machine—your data never leaves your computer. 100% privacy-first, open-source, and free to use.

ScreenScore Logo

AI-powered screenplay analysis for film and TV producers

License: GPL v3 PRs Welcome

ScreenScore is an open-source tool that helps film and TV producers analyze screenplays for project greenlighting decisions. It runs entirely on your local machine, ensuring complete privacy for your screenplays.

🌟 Features

  • 📝 Upload screenplays in PDF or TXT format
  • 🤖 AI-powered analysis using local LLM (Mistral)
  • 📊 Comprehensive analysis including:
    • Genre detection and confidence levels
    • Tone and themes
    • Character analysis and diversity
    • Production complexity assessment
    • Target audience and content rating
    • Overall greenlight recommendation
  • 📈 Visual analysis reports
  • 📤 Export to PDF or Markdown
  • 🔒 Complete privacy - all processing happens locally

🚀 Quick Start

Prerequisites

  1. Install Ollama
  2. Install Node.js (v18 or later)

Installation

  1. Clone the repository:

    git clone https://github.com/acharyaparth/ScreenScore.git
    cd screenscore
  2. Install dependencies:

    npm install
  3. Start Ollama and pull the Mistral model:

    ollama pull mistral:7b-instruct-q4_K_M
    ollama run mistral:7b-instruct-q4_K_M
  4. Start the application:

    npm start
  5. Open http://localhost:5173 in your browser

📚 Documentation

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

📝 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

🙏 Acknowledgments

  • Ollama for the local LLM capabilities
  • Mistral AI for the language model
  • All our contributors and users

📞 Support

🔗 Links

About

Local, private screenplay analysis tool for film/TV producers. Robust docs, privacy-first, PDF export. Inspired by bolt.diy.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors